TheTomatooo

Main(Server Script)

Sep 12th, 2023
28,884
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | Source Code | 0 0
  1. game:GetService("Players").PlayerAdded:Connect(function(player)
  2.     player.CharacterAdded:Connect(function(char)
  3.         char:SetAttribute("Combo",0)
  4.     end)
  5. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment