Advertisement
ManlyMemeScripter

Untitled

Mar 17th, 2018
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. --This has to be a local script.
  4. function onClicked()
  5. local x = Instance.new("Explosion", Workspace)--This means create new explosion in the workspace.
  6. x.Position = mouse.Hit.p
  7. x.BlastRadius = 50
  8. x.BlastPressure = 9e9
  9. end
  10. mouse.Button1Down:connect(onClicked)
  11. -- how to use? Just Left Click it gonna explode on u click XD
  12. plr = game.Players.LocalPlayer
  13. mouse = plr:GetMouse()
  14. --This has to be a local fuckbuddy.
  15. function onClicked()
  16. s = Instance.new("Sky")
  17. s.Name = "SKY"
  18. s.SkyboxBk = "http://www.roblox.com/asset/?id=178523456"
  19. s.SkyboxDn = "http://www.roblox.com/asset/?id=178523456"
  20. s.SkyboxFt = "http://www.roblox.com/asset/?id=178523456"
  21. s.SkyboxLf = "http://www.roblox.com/asset/?id=178523456"
  22. s.SkyboxRt = "http://www.roblox.com/asset/?id=178523456"
  23. s.SkyboxUp = "http://www.roblox.com/asset/?id=178523456"
  24. s.Parent = game.Lighting
  25. end
  26. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement