|
| 24 Aug 2011 08:10 PM |
local name = "Your name here" local Distance = 28 while wait() do for _, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= name and v:DistanceFromCharacter(workspace[name].Torso.Position) <= Distance then for _, p in pairs(v.Character:GetChildren()) do Instance.new("Fire", (p:FindFirstChild("Handle") or p)) v.Character:BreakJoints() end end end end
reallly works >:) |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 08:11 PM |
Is spam. -The naked old man |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 08:12 PM |
nouna = {"Text", "Text", "Text", "Text", "Telamon", "Text", "Text", "Text", "Text"} function generate() math.randomseed(tick()) while true do wait(2) a = math.random(1, #nouna) b = math.random(1, #connectors) c = math.random(1, #verbs) d = math.random(1, #nouna)
print(nouna[a].. " " ..connectors[b].. " " ..verbs[c].. " " ..string.lower(nouna[d]).. " ") end end
generate()
random stuff |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 08:13 PM |
local Settings={["Un_Removable"]= "On"} local function mFloor(x) return x - x % 1 end local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on" if Un_Removable then Workspace.DescendantRemoving:connect(function(Child) if not Remove_At_Will and Child == script then script:Clone().Parent = Game.Workspace end end) end local msg = Instance.new("Message",Workspace) msg.Text = "OLOLOL, YU ARE SO FUNNY." wait(2) msg.Text = "DIE U NOBS" wait(1) msg.Text = "U NOBS R GUNNA FEEL WHUT REAL POOP IS" while true do wait() local light = game.Lighting light.TimeOfDay = math.random(1,24) light.ShadowColor = Color3.new(0,0,0) light.Brightness = math.random(1,10) light.Ambient = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255)) local brick = Instance.new("Part",Workspace) brick.Size = Vector3.new(200,200,200) brick.Position = Vector3.new(0,200,0) brick.BrickColor = BrickColor.new("Brown") brick.Touched:connect(function(poopies) if poopies.Anchored == false then poopies:BreakJoints() elseif poopies.Parent:findFirstChild("Humanoid") then poopies.Parent.Humanoid.Health = 0 end end) end
POOP! |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 08:14 PM |
More spam.
-The naked old man |
|
|
| Report Abuse |
|
|