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

Script Compatibility Check?

Asked by
KAAK82 16
10 years ago
local passId = 157223223

function isAuthenticated(player)
return game:GetService("GamePassService"):PlayerHasPass(player, passId)
end

game.Players.PlayerAdded:connect(function(plr)
if isAuthenticated(plr) then
Guy.leaderstats.RW.Value = 10
else
Guy.leaderstats.RW.Value = 0
end
end
end
end)

would this be Compatible with a Player Picker Script? I heard that it wouldn't be Compatible :/

0
and who is suck an idiot to thumbs down!!? Am asking, I gave my Script, and yas still not happy!!? KAAK82 16 — 10y

1 answer

Log in to vote
-1
Answered by
wazap 100
10 years ago

What's Guy?

0
the Picked Player :P KAAK82 16 — 10y
Ad

Answer this question