Advertisement
ManlyMemeScripter

Danica ball

Mar 21st, 2018
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local AFolder = Instance.new("Folder", game.Workspace)
  2. AFolder.Name = "Anti-Remove"
  3. local Sanic = Instance.new("Part", AFolder)
  4. Sanic.Shape = "Ball"
  5. Sanic.Size = Vector3.new(1.83, 1.83, 1.83)
  6. Sanic.BrickColor = BrickColor.new("Bright blue")
  7. Sanic.Position = Vector3.new(-5.9, 0.915, -11)
  8. Sanic.TopSurface = "Smooth"
  9. Sanic.BottomSurface = "Smooth"
  10. local SanicDecal = Instance.new("Decal", Sanic)
  11. SanicDecal.Texture = "http://www.roblox.com/asset/?id=179884041"
  12. SanicDecal.Face = "Right"
  13. local Music = Instance.new("Sound", Sanic)
  14. Music.SoundId = "rbxassetid://169417842"
  15. Music.Looped = true
  16. Music.Volume = 1
  17. Music:Play() -- ROLLING STAAAAAAAAAAAAAAAAAAAAAAAART
  18.  
  19. local SanicSpeed = 40
  20.  
  21. local Plr = game.Players.LocalPlayer
  22. local PMouse = Plr:GetMouse()
  23.  
  24. wait(0.2)
  25. game.Workspace.CurrentCamera.CameraSubject = Sanic
  26. wait(0.2)
  27. game.Workspace.CurrentCamera.CameraType = "Follow"
  28.  
  29. game.Workspace:FindFirstChild(Plr.Name):Destroy() -- Make sure, Delete player character and control the sanic balls!
  30.  
  31. Plr.Chatted:connect(function(msg)
  32.     if msg then
  33.         game:GetService("Chat"):Chat(Sanic, msg)
  34.     end
  35. end)
  36.  
  37. warn("WARNING: This script containly slippy controls!")
  38.  
  39. while true do
  40.     wait()
  41.     if Sanic == nil then script:Destroy() end
  42.     SanicSpeed = SanicSpeed - 100
  43.     if SpeedDebug == true then warn("[SPEED DEBUG]: "..SanicSpeed) end
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement