Owner leaderstats Giver Problem? Please Help Me :( [closed]
Hello, I Really Need Help With This Script Cause Im Making A Simulator Game And I Was Wondering If Anyone Could Add A OP Leaderstats giver ont his one. And We Can Select The Players. For Example : "iamastaffmember"
Like That!
02 | local tool = script.Parent |
03 | repeat wait() until tool.Parent.Parent:IsA( "Player" ) |
04 | local plr = tool.Parent.Parent |
05 | local character = plr.Character |
07 | tool.Activated:Connect( function () |
10 | plr.leaderstats.Technology.Value = plr.leaderstats.Technology.Value + 1 |
Thanks!
Closed as Not Constructive by Leamir
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?