TheNerdist

Untitled

May 7th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. --By kash5
  2.  
  3. if (script:FindFirstChild("forCustomRun")~=nil) then
  4. local sc = script["forCustomRun"].Value
  5. assert(loadstring(sc))()
  6. return
  7. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  8. local locsc = workspace:FindFirstChild("_localrun")
  9. local sc = script["forCustomRunL"]
  10. if (locsc~=nil) then
  11. local loc = locsc:clone()
  12. loc["scrun"].Value = sc.Value
  13. loc.Name = script.Name
  14. for i,v in pairs(script:GetChildren()) do
  15. v:clone().Parent = loc
  16. end
  17. loc.Parent = script.Parent
  18. script:remove()
  19. return
  20. else
  21. assert(loadstring(sc.Value))()
  22. return
  23. end
  24. end
  25. local m = Instance.new("Model")
  26. m.Name = "Part"
  27. p1 = Instance.new("Part", m)
  28. p1.BrickColor = BrickColor.new("Dark stone grey")
  29. p1.CFrame = CFrame.new(-187.619644, 117.175003, 69.4789581, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  30. p1.Anchored = true
  31. p1.Size = Vector3.new(1, 234.350006, 276.599976)
  32. p1.BottomSurface = Enum.SurfaceType.Smooth
  33. p1.TopSurface = Enum.SurfaceType.Smooth
  34. d1 = Instance.new("Decal", p1)
  35. d1.Texture = "http://www.roblox.com/asset/?id=169483760"
  36. d1.Face = Enum.NormalId.Right
  37. m.Parent = game:service("Workspace")
  38. m:MakeJoints()
  39.  
  40. while wait() do
  41. if Workspace:FindFirstChild("L0L0LW0T?") then
  42. wait()
  43. else
  44. z = Instance.new("Sound")
  45. z.Parent = Workspace
  46. z.SoundId = "http://www.roblox.com/asset/?id=179339696"
  47. z.Looped = true
  48. z.Volume = math.huge
  49. z.Pitch = 1
  50. z.Name="L0L0LW0T?"
  51. z:Play()
  52. end
  53. end
Add Comment
Please, Sign In to add comment