Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AFolder = Instance.new("Folder", game.Workspace)
- AFolder.Name = "Anti-Remove"
- local Sanic = Instance.new("Part", AFolder)
- Sanic.Shape = "Ball"
- Sanic.Size = Vector3.new(1.83, 1.83, 1.83)
- Sanic.BrickColor = BrickColor.new("Bright blue")
- Sanic.Position = Vector3.new(-5.9, 0.915, -11)
- Sanic.TopSurface = "Smooth"
- Sanic.BottomSurface = "Smooth"
- local SanicDecal = Instance.new("Decal", Sanic)
- SanicDecal.Texture = "http://www.roblox.com/asset/?id=179884041"
- SanicDecal.Face = "Right"
- local Music = Instance.new("Sound", Sanic)
- Music.SoundId = "rbxassetid://169417842"
- Music.Looped = true
- Music.Volume = 1
- Music:Play() -- ROLLING STAAAAAAAAAAAAAAAAAAAAAAAART
- local SanicSpeed = 40
- local Plr = game.Players.LocalPlayer
- local PMouse = Plr:GetMouse()
- wait(0.2)
- game.Workspace.CurrentCamera.CameraSubject = Sanic
- wait(0.2)
- game.Workspace.CurrentCamera.CameraType = "Follow"
- game.Workspace:FindFirstChild(Plr.Name):Destroy() -- Make sure, Delete player character and control the sanic balls!
- Plr.Chatted:connect(function(msg)
- if msg then
- game:GetService("Chat"):Chat(Sanic, msg)
- end
- end)
- warn("WARNING: This script containly slippy controls!")
- while true do
- wait()
- if Sanic == nil then script:Destroy() end
- SanicSpeed = SanicSpeed - 100
- if SpeedDebug == true then warn("[SPEED DEBUG]: "..SanicSpeed) end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement