of     1   

MrBozoWizDaBigShoe
#123234698Thursday, January 16, 2014 2:29 AM GMT

share them.i'll share 1 with you Random Crush Block Coming Out of Nowhere ========================================= while true do wait(13) local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(0, 100, 0) --Change the numbers to change the local of the platform. p.Size = Vector3.new(25, 25, 25) --Change the numbers to change the size from it. p.BrickColor = BrickColor.new(1) --Look at the wiki and Scripting Help, the first option on the page and look for Pallete Colors to Numbers. p.Locked = true p.Anchored = false wait(7) p:remove() end
Private1stBr_ss
#123235030Thursday, January 16, 2014 2:32 AM GMT

Lasso: script.Parent = game.Players.YOURUSERNAMEHERE.PlayerGui local player = game.Players.LocalPlayer local mouse = player:GetMouse() mouse.Button1Down:connect(function() if mouse.Target then while workspace:findFirstChild((player.Name .. "Lasso"), true) ~= nil do workspace:findFirstChild((player.Name .. "Lasso"), true):remove() end while workspace:findFirstChild((player.Name .. "LassoBody"), true) ~= nil do workspace:findFirstChild((player.Name .. "LassoBody"), true):remove() end local lasso = Instance.new("SelectionPartLasso", Workspace) lasso.Name = (player.Name .. "Lasso") lasso.Humanoid = player.Character.Humanoid lasso.Part = mouse.Target local body = Instance.new("BodyPosition", mouse.Target) body.Name = (player.Name .. "LassoBody") body.D = 250000 body.maxForce = Vector3.new(500000, 500000, 500000) body.P = 500000 repeat wait() body.position = Vector3.new(player.Character.Torso.Position.X, player.Character.Torso.Position.Y, player.Character.Torso.Position.Z) until nil end end)
celestala
#123236410Thursday, January 16, 2014 2:46 AM GMT

All I see are skids.
Striked6
#123256049Thursday, January 16, 2014 12:28 PM GMT

How to make a script do when thew choke on there already a morph
VerifiedName
#123346690Friday, January 17, 2014 9:50 PM GMT

I have a great one: while true do end (stop trying to recreate a post that was done already) #nerdsunited
PiggyJingles
#123353427Friday, January 17, 2014 11:11 PM GMT

Amazeman already made this in SH. Gtfo skids.
ThePerfectionista
#123426246Saturday, January 18, 2014 6:57 PM GMT

What are skids and why do people keep replying this on the forums?

    of     1