Zakidaki
Jan 23rd, 2024
19
0
Never
This is comment for paste Roblox Mugen Crash Script Roblox Studio
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Add Comment
Please, Sign In to add comment