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.
#RNG survive the killer
1 messages · Page 1 of 1 (latest)
dude
how are you gonna make a game
without knowing how to script???
you gotta learn
man no one is giving scripts to you
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
this mf really said ”code me a game” like we are some hivemind LLM 😭
ok so first you gotta make a game to spawn in with different avaters a diff set of tools then one person will be the killer and have a random avatar and the avatars need their own set of tools
thats the step by step
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
thanks so much bro