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!
local db = false local tool = script.Parent repeat wait() until tool.Parent.Parent:IsA("Player") local plr = tool.Parent.Parent local character = plr.Character tool.Activated:Connect(function() if not db then db = true plr.leaderstats.Technology.Value = plr.leaderstats.Technology.Value + 1 wait(1) db = false end end)
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?