local m = Instance.new("Message") m.Parent = game.Workspace m.Text = "A meteor is coming towards us!!! AHHH!!!" wait(3) m:remove() local b = Instance.new("Part") b.Parent = game.Workspace b.Position = Vector3.new(0,5000,0) b.Size = Vector3.new(200,500,200) b.BrickColor = BrickColor.new(199) b.Transparency = 0 wait(10) b:remove() wait(1000) end end end
And infinite health...
game.Workspace.YOURNAMEHERE.Humanoid.MaxHealth = math.huge end end Where it says YOURNAMEHERE , delete that and insert your robloxian name. robloxian name.
Here is a meteor...
ReplyDeletelocal m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "A meteor is coming towards us!!! AHHH!!!"
wait(3)
m:remove()
local b = Instance.new("Part")
b.Parent = game.Workspace
b.Position = Vector3.new(0,5000,0)
b.Size = Vector3.new(200,500,200)
b.BrickColor = BrickColor.new(199)
b.Transparency = 0
wait(10)
b:remove()
wait(1000)
end
end
end
And infinite health...
game.Workspace.YOURNAMEHERE.Humanoid.MaxHealth = math.huge
end
end
Where it says YOURNAMEHERE , delete that and insert your robloxian name.
robloxian name.