#Basic script isnt working????????
1 messages · Page 1 of 1 (latest)
THERES ERROR
what
Yea so youre setting Value of Value (unless thats the name)
Value.Value
local v = game.Workspace:WaitForChild("Upstairs")
game.Players.PlayerAdded:Connect(function(plr)
plr.Chatted:Connect(function(msg)
if msg == "helpme" then
if v.Value == 142435 then
game:GetService("BadgeService"):AwardBadge(plr.UserId, ID_BADGE)
end
end
end)
end)
try this
the value's name is value