Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function SitChallenge(Players)
- Players = game.Players
- for i, v in pairs(Players:GetPlayers()) do
- if v.Character then
- if v.Character.Sit ~= true then
- v.Character.Humanoid.Health = 0
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement