ItsUnity

Roblox Mugen Crash Script Roblox Studio

Jul 16th, 2023 (edited)
862
2
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 2 0
  1.  local sc = script
  2. sc:Clone()
  3. while true do
  4.     print("Working")
  5. end
  6.  
  7. Part Script:
  8. local part = script.Parent
  9.  
  10. part.Touched:Connect(function(touch)
  11.     if touch.Parent:FindFirstChild("Humanoid") then
  12.         local char = touch.Parent
  13.         local plr = game.Players:GetPlayerFromCharacter(char)
  14.         plr.PlayerGui.Ur screengui Title.LocalScript.Disabled = false
  15.     end
  16. end
  17.  
  18. --Huge Thanks To @a2k3n1pwnage3 For The Script, Original Video Source: https://www.youtube.com/watch?v=QVBA54DPEqU
  19.  
  20. --His YT Channel: https://www.youtube.com/@a2k3n1pwnage3
Advertisement
Comments
  • Zakidaki
    1 year
    # text 0.56 KB | 0 0
    1. local sc = script
    2. sc:Clone()
    3. while true do
    4. print("Working")
    5. end
    6.  
    7. Part Script:
    8. local part = script.Parent
    9.  
    10. part.Touched:Connect(function(touch)
    11. if touch.Parent:FindFirstChild("Humanoid") then
    12. local char = touch.Parent
    13. local plr = game.Players:GetPlayerFromCharacter(char)
    14. plr.PlayerGui.Ur screengui Title.LocalScript.Disabled = false
    15. end
    16. end
    17.  
    18. --Huge Thanks To @a2k3n1pwnage3 For The Script, Original Video Source: https://www.youtube.com/watch?v=QVBA54DPEqU
    19.  
    20. --His YT Channel: https://www.youtube.com/@a2k3n1pwnage3
  • Zakidaki
    1 year
    # text 0.01 KB | 0 0
    1. Ronaldo54046
  • Zakidaki
    1 year
    # Haskell 0.01 KB | 0 0
    1. Ronaldo56746ttt
Add Comment
Please, Sign In to add comment