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

How Would I Make A 2x Strength Gamepass For This Tool? [closed]

Asked by
iWasThisi -15
4 years ago

So This Is The Tool Script

script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)

local Strength = game.Players[script.Parent.Parent.Name].leaderstats.Strength
    Strength.Value = Strength.Value +1000   *plr.leaderstats.Life.Value
end)

how would I add a 2x gamepass to this?

thanks for your help!

0
and maybe also add a debounce. thanks iWasThisi -15 — 4y

Closed as Not Constructive by youtubemasterWOW

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?