RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"an exploit (only for my game)"
-- ScripterAI can only help with scripting as of now so here's a script for the exploit system local exploit = script.Parent local player = game.Players.LocalPlayer local function exploitPlayer(otherPart) if otherPart.Parent == player then player.leaderstats.Coins.Value = player.leaderstats.Coins.Value + 5 end end exploit.Touched:Connect(exploitPlayer)