About 150,000 results
Open links in new tab
  1. Character Randomizer - Scripting Support - Developer Forum

    Jun 30, 2023 · Hey, developers! Recently, I’ve been trying to make a character randomizer which randomizes a character in StarterPlayer but it’s not randomizing. I have the characters set up as shown in this picture below: The script that’s supposed to assign a player a character from that selection is placed in StarterCharacterScripts and looks like this: local characters = …

  2. How can I make a random chance system? - Roblox

    Jan 29, 2022 · I want to make it so when a player does something there is a 1% chance that it will fire an event how can I do this? I’ve searched around most methods talk about pseudorandom being a problem and some require you to have multiple items for it to work.

  3. I’m trying to make a script that randomizes the entire ... - Roblox

    Jan 29, 2022 · I am trying to make a team randomizer, inside a script. I have a lobby, and I want the game to start then have the teams be randomized again. local lobby = game.Teams.Lobby local red = game.Teams.Red local blue = game.Teams.Blue while true do --lobby stuff wait(30) lobby:Remove() --team stuff here wait(90) end I already have a lobby script that makes the lobby team clone into game.Teams, and ...

  4. How can I make a player randomizer? - Scripting Support - Roblox

    Jul 2, 2020 · I want to make a player randomizer like in hide and seek. One player becomes a seeker, and all the others become a hider. I have next to no idea how to do this, but I will list the basis of the script. local Players = game:GetService(“Players)” if Players.Value == 10 then — making sure there are enough players local chooser = num.Random I go through all the numbers 1-10, and if the ...

  5. How do I use math.random - Community Tutorials - Roblox

    Mar 22, 2023 · Hello everyone, this is a tutorial about math.random in scripts that can be used in many ways. I will show you how you can use math.random with positions.

  6. Face Randomizer - Scripting Support - Developer Forum - Roblox

    Jul 24, 2021 · What do you want to achieve? Im beginner scripter, and i made a script that gives to a player random face, but i’ve got a problem! What is the issue? I want to keep face after death (or give random face again). What solutions have you tried so far? I looked for solutions on DevForum and Youtube. Script: local clients = game:GetService("Players") local serverStorage = game:GetService ...

  7. Assigning a Player to a Team By Random - Roblox

    Jul 29, 2019 · Hey ive been trying for a couple of days now and i couldnt figure out how to assign players to a team by random after adding the players in-game to a table. local plrs = {} for i, player in pairs (game.Players:GetPlayers()) do if player then table.insert(plrs,player)--Add each players into plrs table end end

  8. [Script] Randomized Text Generation with Tracery - Roblox

    Dec 20, 2019 · Try out this generative text tool that lets you easily create random text! This is a Roblox-specific implementation of the common tool, Tracery.io. This implements the following features from Tracery: Able to create generative text using simple syntax and functions. Ability to make modifications to text, such as capitalization, pluralize words.

  9. How To Make A Random Map Picker - Community Tutorials - Roblox

    Feb 23, 2020 · Hello guys in this tutorial I plan on teaching you how to make a successful random map picking script which will do the following: 1.) choose a random map 2.) load the random map 3.) teleport all of the players to a certain spot on the map and back 4.) destroy the map when finished 5.) repeat the cycle of steps 1-4 Getting Started The first thing we are going to want to do is of course make ...

  10. Character Randomizer - Scripting Support - Developer Forum

    Aug 24, 2020 · Hey there! I’m currently trying to make a system where when a player joins they are assigned a preset custom character. This character will be different for every player. I have 10 different characters made. The issue is, when one player joins, multiple StarterCharacters move into the StarterPlayer. Also, everybody spawns as the same person. Any help is appreciated!

  11. Some results have been removed
Refresh