Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ready = false
- local key
- repeat wait(1)
- for _,v in pairs(game:GetService("Workspace").Sharks:GetDescendants()) do
- if v.Name == "Key" then
- ready = true
- key = v
- end
- end
- until ready == true
- repeat wait() until tostring(game:GetService("Players").LocalPlayer.Team) == "Survivor"
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = key.CFrame
- wait(1)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").EggDoor.Base.CFrame
- wait(1)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").EggAward.CFrame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement