Upscalefanatic3

(Roblox) Method on forcing people to play your game

Jan 5th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Hello! This may seem useless but there are many things you can do.
  2. -- This game uses Adonis Admin which I am used to, I know quite a few good commands, I'll mention one, :place.
  3. -- :place Teleports the user(s) to any place you like, it is used like :place (player, all, others) (destination place id)
  4. -- This could help get your game popular, but it is only a teleport button, so combine it with other commands to bait people to join the game.
  5. -- Here is what I did
  6. -- :chatnotify all PRESS THE TELEPORT BUTTON OR GET HACKED!!!|:repeat 50 0.1 :repeat 50 0.1 :place all (put place id here)
  7. -- So I hope you enjoy my script, it's actually my first script, and I just took some information from different videos and combined them to make this.
  8. -- I hope you have a good day! :D
  9. if (game.PlaceId == 3241761003) then
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-83.367, 1.499, -102.894)
  11. wait(0.5)
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94.172, 1.306, -198.89)
  13. end
Add Comment
Please, Sign In to add comment