Advertisement
NyonicBear

Drawing?

Feb 27th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. char = plr.Character
  3.  
  4. elseif key == 'r' then
  5. mode = 'draw'
  6.  
  7. elseif mode == 'draw' then
  8. local p = Instance.new("Part", workspace)
  9. p.Anchored = true
  10. p.Parent = char
  11. p.CFrame = CFrame.new(mouse.Hit.X, mouse.Hit.Y + 0.1, mouse.Hit.Z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement