MezornoIV
|
  |
| Joined: 20 Jul 2010 |
| Total Posts: 2276 |
|
|
| 30 May 2015 03:25 PM |
Raid this place http://www.roblox.com/games/174014421/Guess-The-Song-2-fixed
And keep spamming vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv local time = 3 --Change this for how long you want the time to be
local hint = Instance.new("Hint") hint.Parent = game.Workspace
for index = time, 0, -1 do hint.Text = "Vision is starting in: "..index.."" wait(1) if index <= 0 then hint:Remove() break end end
local target = Vector3.new(163, 0.6, -73) --Replace those numbers with the desired position! for i, v in pairs(game.Players:GetChildren()) do v.Character.Torso.CFrame = CFrame.new(target + Vector3.new(0, i * 0, 0)) -- Adds an offset of 5 to each player teleported. end
target = CFrame.new(173, 45.7, -206) for i, player in ipairs(game.Players:GetChildren()) do if player.Character and player.Character:FindFirstChild("Torso") then player.Character.Torso.CFrame = target + Vector3.new(0, i * 0, 0) end end
local music = game.Workspace.Sound
music:Play() wait(3) music:Stop()
local time2 = 300 --Change this for how long you want the time to be
local hint = Instance.new("Hint") hint.Parent = game.Workspace
for index = time2, 0, -1 do hint.Text = "Find all generators: "..index.."" wait(1) if index <= 0 then hint:Remove() break end en
|
|
|
| Report Abuse |
|
MezornoIV
|
  |
| Joined: 20 Jul 2010 |
| Total Posts: 2276 |
|
| |