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!
- ---To use: Say 'kick/playername'
- function KickPlayer(name, source)
- p = game.Workspace:findFirstChild(name) --find the person who you said to kick
- if p nil then return end --If the player is not there, then don't do anything
- if name source then return end --sorry, you can't kick yourself. (too bad!)
- local KickedPlayer = game.Players:findFirstChild(name) --finds the player to kick
- m.Parent = KickedPlayer
- m.Text = 'You have been kicked' --gives a message saying you were kicked
- m.Parent = nil --removes the message
- p.Parent = nil --huh?
- function onChatted(msg, recipient, speaker)
- --convert to all lowercase (you don't need any capitals)
- local source = string.lower(speaker.Name)
- if string.match(msg, 'kick/') then --someone has said 'kick/playername'
- for i=1, #playerz do
- if string.match(msg, string.lower(playerz[i].Name)) then
- end
- end
- 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
- --[[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)