Free Draw Roblox Kicked

Nov 27th, 2014
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Free Draw Roblox Kicked

Best place to get scripts. Realdjmik raps Lyrics. I heard you rap cringe like a noob man Hope you get kicked off by a shoe man My rhymes fire your raps pretty drool ayy Your dont have fire you from the kiddle pool.

  1. local admin = 'itsJaden2' --Who is the one who has the admin.
  2. local Players = Game:GetService('Players') Definding service using a varaiable.
  3. Players.PlayerAdded:connect(function(Player)--Event and function when a player has joined.
  4. if Player.Name Admin then --Checking if the player is the admin.
  5. Player.Chatted:connect(function(Message)-- Event
  6. if Message ~= nil then --Checking if the message is not nil with the if statement. (The Message is in nil when teamchat is used.
  7. if string.lower(string.sub(Message,1, 4) 'kick' then --Checking if the kick command is used string.sub is used to get serval characters of the string, this cause the first four. string.lower is used to convert the string to a lowercase string. Saying KICK or Kick instead of kick would work as well.
  8. local Target = Players:FindFirstChild(string.sub(Message,6)) -- Defending the target using a varbile. stirng.sub is the time used to get all of the characters behind 'kick '.
  9. if Target ~= nil then Checking if the target is found using a if statement.
  10. Target:Kick() --Removing the target from the game using the: Kick() method on the player object.
  11. end -- Closing the statement if event at line twevle
  12. end) --Closing the statement if event at line nine.
  13. end) --Closing the statement if event at line eight.
  14. end) -- Closing the if statement at line six.
RAW Paste Data
May 8th, 2014
Free

Free Draw On Roblox

Never
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)

Roblox Free Draw 2 Auto Draw Script