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

how do you make a highlight for the tagger in bomb tag? and make it change when your tagged?

Asked by 2 years ago

im not sure how to do this, and im not sure where to add it. help?

001local dss = game:GetService("DataStoreService")
002local ds = dss:GetDataStore("DATA STORES")
003local taggerh = game.ReplicatedStorage.BombTagReplicatedStorage.Highlights.TaggerH
004 
005function saveData(plr)
006 
007    if not plr:FindFirstChild("FAILED TO LOAD DATA") then
008        local cash = plr.leaderstats.Cash.Value
009 
010        local success, err = nil, nil
011        while not success do
012            success, err = pcall(function()
013                return ds:SetAsync(plr.UserId, cash)
014            end)
015            warn(err)
View all 233 lines...
0
sorry its so long lol hudstir 0 — 2y
0
:( hudstir 0 — 2y

Answer this question