Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

When I click with weapon game freezes on Roblox but not Studios?

Asked by 4 years ago
Edited 4 years ago

script.AddSlash.OnServerEvent:Connect(function(player) player.leaderstats.Slashes.Value = player.leaderstats.Slashes.Value +1 end) script.AddXP.OnServerEvent:Connect(function(player) player.leaderstats.EXP.Value = player.leaderstats.EXP.Value +1

end)`

Theres an error that says that says "Maximum event re- entrancy for Script Context" `

Answer this question