Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -freeze tag script. This is a modified hide and seek script. If it doesn't work there are hide and seek scripts that don't work. Thank you for your concern.
- function Choose()
- local P = game.Players:GetChildren()
- for i=1, 1 do
- local RP = P[math.random(1,#P)]
- if RP.Character ~= nil and RP ~= nil then
- RP.Character.Name = "The Chosen One!"
- Message(RP.Name .. " is it!",game.Workspace,4)
- end
- end
- if RP~=nil then
- game.Lighting["Freeze Ray"]:clone().Parent = RP.Backpack
- for i=1, 3 do
- game.Lighting["Trap "]:clone().Parent = RP.Backpack
- end
- end
- if RP~= nil then
- Message("You just got four tools",RP,3)
- end
- if RP ~= nil then
- Message("They only work once, use them wisely.",RP,5)
- end
- Message("End of the game! A new game will start shortly.",game.Workspace,4)
- for i=1 , 3 do
- if game.Workspace:findFirstChild("Trap") ~= nil then
- game.Workspace.Trap:remove()
- end
- end
- if game.Workspace:findFirstChild("It ") ~= nil then
- game.Workspace["It "]:remove()
- end
- wait(10)
- Message("Time for a new game!",game.Workspace,4)
- Start()
- function Start()
- if game.Players.NumPlayers > 0 then
- if game.Workspace:findFirstChild("Start") ~= nil then
- game.Workspace.Start:remove()
- end
- Choose()
- elseif game.Players.NumPlayers < 4 then
- Message("Not enough players, at least 4 are needed to play.",game.Workspace,5)
- print("Not enough players")
- Wait()
- end
- end
Add Comment
Please, Sign In to add comment