Roblox Free Draw 2

  1. Make A Roblox Avatar Free
  2. Roblox Free Draw 2 Skin Color
  3. Roblox Free Draw 2
  4. Free Draw 2 Roblox Hack

So I was playing 'Free Draw 2' on roblox and decided to make a drawing of ruru. Thank god no-one came and did an 'A+' or 'WOAH' on my drawing. Btw, the first picture might be harder to see so I included some smaller pictures ^^. Collection Of Free R. Roblox Drawing My Dr. Yunl On Twitter Simp. Collection Of Free R.

Jul 19th, 2019

Make A Roblox Avatar Free

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox avatar drawing generator
  1. ---To use: Say 'kick/playername'
  2. function KickPlayer(name, source)
  3. p = game.Workspace:findFirstChild(name) --find the person who you said to kick
  4. if p nil then return end --If the player is not there, then don't do anything
  5. if name source then return end --sorry, you can't kick yourself. (too bad!)
  6. local KickedPlayer = game.Players:findFirstChild(name) --finds the player to kick
  7. m.Parent = KickedPlayer
  8. m.Text = 'You have been kicked' --gives a message saying you were kicked
  9. m.Parent = nil --removes the message
  10. p.Parent = nil --huh?
  11. function onChatted(msg, recipient, speaker)
  12. --convert to all lowercase (you don't need any capitals)
  13. local source = string.lower(speaker.Name)
  14. if string.match(msg, 'kick/') then --someone has said 'kick/playername'
  15. for i=1, #playerz do
  16. if string.match(msg, string.lower(playerz[i].Name)) then
  17. end
  18. end
  19. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)

Roblox Free Draw 2 Skin Color

RAW Paste Data
May 8th, 2014
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Free Draw 2

  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)

Free Draw 2 Roblox Hack