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.
Never
How To Draw On Free Draw Roblox Script
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --[[Feel free to take a copy of this script. This script lets you draw on everything! This script is a local script.]]--
- plyr = game.Players.LocalPlayer
- RunService = game:service'RunService'
- local draw2 = false
- local lastPos
- tool = Instance.new('HopperBin', plyr.Backpack)
- function draw(obj) --
- coroutine.wrap(function()
- if draw2 then
- RunService.Stepped:wait()
- objC.Parent = c
- local distance = (lastPos- obj.CFrame.p).magnitude
- objC.CFrame = CFrame.new(lastPos,obj.Position)*CFrame.new(0,0,-distance/2)
- end
- break
- end
- end
- tool.Selected:connect(function(mouse)
- mouse.Button1Down:connect(function(mouse)
- part.Name = 'location'
- part.TopSurface = 0
- part.FormFactor = 'Custom'
- part.Anchored = true
- coroutine.wrap(function()
- part.CFrame = CFrame.new(plyr:GetMouse().Hit.p.x,plyr:GetMouse().Hit.p.y,plyr:GetMouse().Hit.p.z)
- end
- draw(part)
- end)
- game:service'Debris':AddItem(part, 0)
- pcall(function()
- end)
- end)
- end)
Comments are closed.