hjkook

test

Aug 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local cha = plr.Character
  3. --아닐경우
  4. if not cha or not cha.Parent then
  5. chara = plr.CharacterAdded
  6. wait()
  7. end
  8. --케릭터면
  9. if plr.Character then
  10. local part = Instance.new("Part", workspace)
  11. for i = 0,1,.001 do
  12. part:SetPrimaryPartCFrame(part:GetPrimaryPartCframe() * CFrame.new(0,0,1))
  13. end
  14. end
Add Comment
Please, Sign In to add comment