How To Draw On Free Draw Roblox

May 8th, 2014

Draw your roblox ava. Pixilart, free online pixel drawing tool - This drawing tool allows you to make pixel art, game sprites and animated GIFs online for free.

Draw
Never

How To Draw On Free Draw Roblox Script

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --[[Feel free to take a copy of this script. This script lets you draw on everything! This script is a local script.]]--
  2. plyr = game.Players.LocalPlayer
  3. RunService = game:service'RunService'
  4. local draw2 = false
  5. local lastPos
  6. tool = Instance.new('HopperBin', plyr.Backpack)
  7. function draw(obj) --
  8. coroutine.wrap(function()
  9. if draw2 then
  10. RunService.Stepped:wait()
  11. objC.Parent = c
  12. local distance = (lastPos- obj.CFrame.p).magnitude
  13. objC.CFrame = CFrame.new(lastPos,obj.Position)*CFrame.new(0,0,-distance/2)
  14. end
  15. break
  16. end
  17. end
  18. tool.Selected:connect(function(mouse)
  19. mouse.Button1Down:connect(function(mouse)
  20. part.Name = 'location'
  21. part.TopSurface = 0
  22. part.FormFactor = 'Custom'
  23. part.Anchored = true
  24. coroutine.wrap(function()
  25. part.CFrame = CFrame.new(plyr:GetMouse().Hit.p.x,plyr:GetMouse().Hit.p.y,plyr:GetMouse().Hit.p.z)
  26. end
  27. draw(part)
  28. end)
  29. game:service'Debris':AddItem(part, 0)
  30. pcall(function()
  31. end)
  32. end)
  33. end)
Art

How To Draw On Free Draw Roblox Piggy

Comments are closed.