Trickshot Simulator Roblox

  1. Trickshot Sniper Games
  2. Trickshot Simulator Online
Nov 27th, 2014
Never
Simulator

Roblox's search engine is absolute shit if there is a small game that you remeber that you want to play or something it'll just be spammed words and not related to the thing you search for like what the hell roblox. BOTTLE FLIP TRICK SHOTS IN ROBLOX - Thanks for watching! DENIS MERCH Now Available! - OFFICIAL Denis Roblox Shirt! - https://www.ro.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  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
Aug 27th, 2019

Trickshot Sniper Games

Never
Trickshot

Trickshot Simulator Online

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. gui.Name = 'CustomizableGui'
  2. box.Name = 'Box'
  3. box.Position = UDim2.new(0,0,0,300)
  4. box.BackgroundColor3 = Color3.new(0,0,0) -- What you want the color to be in R,G,B (you can keep it as it already is)
  5. box.BackgroundTransparency = 0.60 -- What you want the transparency to be
  6. box.ScrollBarThickness = 0
  7. box.Draggable = true -- If you want the box to be draggable or not (recommended to keep true)
  8. top = Instance.new('TextLabel',box)
  9. top.Size = UDim2.new(0,320,0,25)
  10. top.BackgroundColor3 = Color3.new(0,255,255) -- Color of the top bar
  11. top.BackgroundTransparency = .4 -- Transparency of the bar
  12. top.Font = 'SourceSans'
  13. top.Text = 'backyard's kick off gui' -- Change it to what you want the top bar to say (or keep it blank)
  14. function c1(txt) -- This is a function that creates buttons!
  15. a.Name = (txt)
  16. a.Position = UDim2.new(0,15,0,pos1)
  17. a.BackgroundTransparency = 40
  18. a.Font = 'SourceSansLight'
  19. a.Text = (txt)
  20. pos1 = pos1+40
  21. end
  22. pos2 = 25
  23. local a = Instance.new('TextButton',box)
  24. a.Size = UDim2.new(0,150,0,40)
  25. a.BackgroundColor3 = Color3.new(255,255,255)
  26. a.BorderSizePixel = 0
  27. a.FontSize = 'Size24'
  28. a.TextColor3 = Color3.new(52,72,255)
  29. return a
  30. workspace.MapHolder:GetChildren()[1].BlueGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  31. workspace.MapHolder:GetChildren()[1].RedGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  32. workspace.SoccerBall.Position = game.Players.LocalPlayer.Character['Right Leg'].Position
  33. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  34. end)
  35. prnt2.MouseButton1Down:connect(function()
  36. local A_2 = 'Trickshot'
  37. local A_3 = game:GetService('Workspace').SoccerBall
  38. local A_5 = Vector3.new(9.64690495, 82.8000031, -70.1397018)
  39. local A_6 = Vector3.new(25.7804337, -56.2313538, -428.990417)
  40. local A_7 = Vector3.new(34.4858704, -89.2313538, -492.285004)
  41. local Event = game:GetService('ReplicatedStorage').MasterKey
  42. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  43. end)