Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
3,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. script.Parent.CanCollide=false -----observação coloque o script numa part de pois coloque a posiçao da outra parte a bixo-----
  2. script.Parent.Transparency=1 ---criado por Youtuber Gilvan Mota-----
  3. script.Parent.Anchored=true
  4. debounce = false
  5. script.Parent.Touched:Connect(function(hit)
  6. if not debounce then
  7.  
  8. debounce = true
  9.  
  10.  
  11.  
  12.  
  13. if hit.Parent:FindFirstChild("Humanoid") then
  14.  
  15. hit.Parent.UpperTorso.CFrame = CFrame.new(cole a posição da outra parte aqui )
  16.  
  17. end
  18.  
  19. wait(0.5)
  20.  
  21. debounce = false
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement