Advertisement
FilterYT

Untitled

Apr 16th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. function getPartFromKey(keys)
  2. for _,key in pairs(keys) do
  3. for _,part in pairs(workspace:children()) do
  4. if part.Name == key then
  5. return part
  6. end
  7. end
  8. end
  9. end
  10.  
  11. local BLOCK = getPartFromKey({'79DC6FC1-09FE-47F6-874E-9A754E5614B3','F4AFB9DB-4364-413B-89A5-764AE0BCBED4','BAD97D50-BB9D-482C-8820-C4731DA5F69E'})
  12. BLOCK:Destroy()
  13. game.Workspace.StageZone:Remove()
  14. -- end lol
  15. a = Instance.new('Part')
  16. a.Parent = workspace
  17. a.Name = 'theblockok'
  18. a.Position = Vector3.new(-65.8976288, 6.77892256, 248.734894)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.CFrame
  20. a:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement