Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of players across an infinite variety of immersive, user-generated 3D worlds. Go to the Roblox website and log into your account Upon logging into Roblox, visit any game and click on the green Play button A pop-up window will appear informing you that Roblox Player is installing Once installed, the game will automatically open.
- Roblox is the ultimate virtual universe that lets you play, create, and be anything you can imagine. Join millions of players and discover an infinite variety of immersive worlds created by a global community! Already have an account? Log in with your existing Roblox account and play now! MILLIONS OF WORLDS TO EXPLORE In the mood for an epic role-playing adventure?
- Roblox is the ultimate virtual universe that lets you play, create, and be anything you can imagine. Join millions of players and discover an infinite variety of immersive worlds created by a global community!
May 13th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local Tool = Instance.new('HopperBin', game.Players.Localplayer.Backpack)
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Tool.Selected:connect(function()
- if Tool.Active true then
- if Mouse.Target and Mouse.Target.Parent:IsA('Model') then
- game.Players[Mouse.Target.Parent.Name]:Move(Vector3.new(math.huge,math.huge,math.huge))
- end
- end)