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

Owner leaderstats Giver Problem? Please Help Me :( [closed]

Asked by 4 years ago

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!

01local db = false
02local tool = script.Parent
03repeat wait() until tool.Parent.Parent:IsA("Player")
04local plr = tool.Parent.Parent
05local character = plr.Character
06 
07tool.Activated:Connect(function()
08    if not db then
09          db = true
10           plr.leaderstats.Technology.Value = plr.leaderstats.Technology.Value + 1
11           wait(1)
12           db = false
13       end
14    end)

Thanks!

0
what exactaly you want? Can you explain a bit more? Leamir 3138 — 4y
0
If We add A Name On The Script Like : "ROBLOX" the player gets 500000 Of The leaderstats Derrick_Dage -128 — 4y

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?