#RNG survive the killer

1 messages · Page 1 of 1 (latest)

thick lake
#

I want to make it so that when you spawn in the game (intermission system is already done), you can spawn in with different avatars. Each avatar has their own set of tools. Then one person each game will be the killer. He will also have a randomized avatar (the avatars are created by me) and each of these avatars have their own set of tools. Can someone give me a step by step instruction on how to do this, and give me the scripts required for it? Thanks, because I do not know how to script and i will really appreciate if someone helps.

green pulsar
#

dude

#

how are you gonna make a game

#

without knowing how to script???

#

you gotta learn

silent flame
#

you gotta learn

#

watch youtube videos

#

practice

#

read roblox documentation

#

roblox documentation is always better btw because you will know how to make things on your own

wheat iris
rigid canopy
#

thats the step by step

green pulsar
#

here here i can help

#

while true do
print(“the game is working if this prints”)
part = instance.new(“Part”)
part.Position = Vector3.new(math.random(1,100),10,math.random(1,100))
part.Parent = workspace
end

#

this should probably work

#

itll work better if you had done a ton of building prior to inserting this to a script and running the game

thick lake