Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Humanoid = script.Parent.Humanoid
- function save1()
- local tag = Humanoid:findFirstChild("creator")
- if tag ~= nil then
- if tag.Value ~= nil then
- local Leaderstats = tag.Value:findFirstChild("leaderstats")
- if Leaderstats ~= nil then
- Leaderstats.Point.Value = Leaderstats.Point.Value + 20
- wait(0.1)
- script:remove()
- end
- end
- end
- end
- Humanoid.Died:connect(save1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement