Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game:service'Players'.LocalPlayer
- char = plr.Character
- root = char.HumanoidRootPart
- iszombie = false
- platform = Instance.new('Part', workspace)
- platform.Size = Vector3.new(100,0,100)
- platform.Anchored = true
- platform.Position = Vector3.new(555,555,555)
- root.CFrame = platform.CFrame * CFrame.new(0,4,0)
- if workspace:FindFirstChild(plr.Name) then
- iszombie = false
- warn'You are not a zombie!'
- else
- iszombie = true
- warn'You are a zombie!'
- end
- wait(.5)
- if not iszombie then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement