ligersccccccXD

Roblox Lua Easy Foot ball

Aug 5th, 2021 (edited)
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. local DebugMessage = "Debug success have any bug DM Discord to Im Just Dog#6918"
  2.  
  3. function partTouched(obj)
  4.     if obj.Parent:findFirstChild("Humanoid") then
  5.         script.Parent.Position = script.Parent.Position + Vector3.new(0,1,0)
  6.         script.Parent.BrickColor = BrickColor.random()
  7.     else
  8.         print("Not alive... :(")
  9.     end
  10. end
  11.  
  12. script.Parent.Touched:connect(partTouched)
  13. - If it useless can delete.——
  14. while wait(120)do
  15.     local msg = Instance.new("Hint", game.Workspace)
  16.     msg.Text = "Football Script success"
  17.     wait(10)
  18.     msg:Destroy()
  19.     print(DebugMessage)
  20. end
  21.  
  22. {
  23.  
  24. -- DM ME Im Just Dog#6918 If have any bugs DM me
  25.  
  26. }
Add Comment
Please, Sign In to add comment