Advertisement
HollowSkittles

f

Apr 28th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. P=Instance.new("Part",tabmodel)
  2. P.Shape=("Ball")
  3. P.Anchored=true
  4. P.CanCollide=false
  5. if probemode==false then
  6. if LocalPlayer.Character.Torso then
  7. P.Position=LocalPlayer.Character.Torso.Position
  8. elseif LocalPlayer.Character.Torso==nil then return end
  9. elseif probemode==true then
  10. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  11. P.Position=game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  12. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")==nil then return end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement