----->>>>>----->>>>>--[[ : raj99's Orb V6 : ]]--<<<<<-----<<<<<----- --<------------------------------------------------------------------------>-- -- ... Owner Of Orb ... -- --<------------------------------------------------------------------------>-- script.Parent = nil owners = script.Picker.Value --<------------------------------------------------------------------------>-- -- ... Part Of Orb ... -- --<------------------------------------------------------------------------>-- local RISE --= nil local FOLLOW --= nil local M --= nil local H --= nil local p --= nil local BP --= nil local BG --= nil local SPL --= nil local RISE = 5 local FOLLOW = true local M = Instance.new("Model") local H = Instance.new("Humanoid") M.Parent = Player.Character H.Parent = M H.MaxHealth = 0 H.Health = 0 M.Name = "Orb" local p = Instance.new("Part") local BP = Instance.new("BodyPosition") local BG = Instance.new("BodyGyro") local SPL = Instance.new("SelectionPartLasso") BP.maxForce = Vector3.new(math.huge,math.huge,math.huge) SPL.Parent = p p.BrickColor = BrickColor.new("White") f=Instance.new("Fire") f.Name = "RedFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(255,0,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "GreenFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,255,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "BlueFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,0,255) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("SpecialMesh") f.Parent=p f.MeshId = "http://www.roblox.com/asset/?id=34795798" f.MeshType = "FileMesh" f.Scale = Vector3.new(1,1,1) f.TextureId = "http://www.roblox.com/asset/?id=34914385" p.Name = "Head" p.Parent = M p.Shape = "Ball" p.formFactor = "Symmetric" p.Size = Vector3.new(1, 1, 1) p.TopSurface = 0 p.Locked = true BP.Parent = p function matchPlayer(str) local result = nil local players = game.Players:GetPlayers() for i,v in pairs(game.Players:GetPlayers()) do if (string.find(string.lower(v.Name), str) == 1) then if (result ~= nil) then return nil end result = v end end return result end --<------------------------------------------------------------------------>-- -- ... Fix Function ... -- --<------------------------------------------------------------------------>-- function fix() M:Remove() NewScript = script:Clone() NewScript.Disabled = true Newscript.Parent = workspace script:Remove() end --<------------------------------------------------------------------------>-- -- ... onChatted ... -- --<------------------------------------------------------------------------>-- function onChatted(msg) -----------------------------raj99 below------------------------------------------------------------------------ if (string.sub(msg,1,4) == "name") then M.Name = string.sub(msg,5) end if (string.sub(msg,1,5) == "lego ") then Game:GetService("Chat"):Chat(p, string.sub(msg,6), "Green") end if (string.find(msg, string.lower("fix"))) then fix() end if (string.find(msg, string.lower("kick:"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then if player.Name ~= "raj99" then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright blue") SPL.Part = p wait(1) player:Remove() SPL.Part = nil end end end end if (string.find(msg, string.lower("raj99"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5486984" end end end if (string.find(msg, string.lower("hatstwo"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(40578974) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(5) g:Remove() SPL.Part = nil end end end if (string.find(msg, string.lower("host"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44971067) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(5) SPL.Part = nil end end end if (string.find(msg, string.lower("hatsthree"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41302750) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(5) g:Remove() SPL.Part = nil end end end if (string.find(msg, string.lower("hatsone"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(38480840) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(5) g:Remove() SPL.Part = nil end end end if (string.find(msg, string.lower("deathangel"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41115147) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(7) g:Remove() SPL.Part = nil end end end if (string.find(msg, string.lower("marmor"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41302762) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(7) g:Remove() SPL.Part = nil end end end if (string.find(msg, string.lower("ccg"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(40142576) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("antiban"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44719520) g.Name = player.Name g.Parent = game.Workspace wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("priserv"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(46267802) g.Parent = game.Workspace wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("bale"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(2121968) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("accend"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(43377147) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("osc"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44871163) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("admin"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44719383) g.Parent = player.Character wait(1) SPL.Part = nil end end end if not (string.find(msg, string.lower("noff"))) then if (string.find(msg, string.lower("ffon"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright green") SPL.Part = p ff = Instance.new("ForceField") ff.Parent = player.Character wait(1) SPL.Part = nil end end end end if not (string.find(msg, string.lower("ffon"))) then if (string.find(msg, string.lower("noff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright green") SPL.Part = p ff = player.Character:GetChildren() for i=1,#ff do if ff[i].className == "ForceField" then ff[i]:Remove() end wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("clear"))) then local w=game.Workspace:GetChildren() for i=1,#w do if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) and (w[i]~=script) then if w[i].className == "Script" then w[i].Disabled = true end w[i]:Remove() end end local Base=Instance.new("Part",game.Workspace) Base.Name="Base" Base.Size=Vector3.new(1000,1,1000) Base.BrickColor=BrickColor.new("Earth green") Base.Anchored=true Base.Locked=true Base.TopSurface="Universal" Base.CFrame=CFrame.new(Vector3.new(0,0,0)) local Spawn=Instance.new("SpawnLocation",game.Workspace) Spawn.Name="SpawnLocation" Spawn.Size=Vector3.new(6,1,6) Spawn.Transparency=1 Spawn.CanCollide=false Spawn.Anchored=true Spawn.Locked=true Spawn.CFrame=CFrame.new(Vector3.new(0,1,0)) end if (string.find(msg, string.lower("nova"))) then version_no = "v5.0" print("NOVA Clear "..version_no.." activated!") game:GetService("ScriptContext").ScriptsDisabled = true times = 10 for clear=1,times do --Service Renamer-- local Pi = "3.141592653589793238462" local S1 = game:GetService("Workspace") local S2 = game:GetService("Lighting") local S3 = game:GetService("Debris") local name1 = S1.Name local name2 = S2.Name local name3 = S3.Name S1.Name = Pi S2.Name = Pi S3.Name = Pi --[[shared.game = nil shared.Workspace = nil shared.workspace = nil shared.game.Players = nil shared.game.Workspace = nil shared.game.Players.raj99 = nil]] -- local w = S1:GetChildren() for i=1,#w do if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=S1.CurrentCamera) and (w[i]~=script) then if w[i].className == "Script" then w[i].Disabled = true end w[i].Parent = game:GetService("Debris") end end local a = S1:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq]:Remove() end a[s]:Remove() end end end local w=S3:GetChildren() for i=1,#w do if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=S1.CurrentCamera) and (w[i]~=script) then if w[i].className == "Script" then w[i].Disabled = true end w[i]:Remove() end end -- local Base=Instance.new("Part",S1) Base.Name="Base" Base.Size=Vector3.new(1000,1,1000) Base.BrickColor=BrickColor.new("Earth green") Base.Anchored=true Base.Locked=true Base.TopSurface="Universal" Base.Transparency = 1 Base.CFrame=CFrame.new(Vector3.new(0,0,0)) local selectionbox=Instance.new("SelectionBox",Base) selectionbox.Adornee = selectionbox.Parent selectionbox.Color = BrickColor.new("Really red") local skybox=Instance.new("Sky",S2) skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320" skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320" skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320" skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320" skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320" skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320" local Spawn=Instance.new("SpawnLocation",S1) Spawn.Name="SpawnLocation" Spawn.Size=Vector3.new(6,1,6) Spawn.Transparency=1 Spawn.CanCollide=false Spawn.Anchored=true Spawn.Locked=true Spawn.CFrame=CFrame.new(Vector3.new(0,1,0)) if times == 1 then msg = Instance.new("Hint") for i=1,#w do MC=msg:Clone() MC.Parent = workspace MC.Text = w[i].Name.." survived the clear." wait(0.1) MC:Remove() end end S1.Name = name1 S2.Name = name2 S3.Name = name3 game:GetService("ScriptContext").ScriptsDisabled = false end end if (string.find(msg, string.lower("makeorb"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(60103958) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end -----------------------------raj99 above------------------------------------------------------------------------ if (string.find(msg, string.lower("trans"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then p.Transparency = tonumber(number) end end if (string.find(msg, string.lower("ref"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then p.Reflectance = tonumber(number) end end if (string.find(msg, string.lower("fire"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then p.RedFire.size = tonumber(number) p.GreenFire.size = tonumber(number) p.BlueFire.size = tonumber(number) end end if (string.find(msg, string.lower("size"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number)) p.Size = Vector3.new(tonumber(number),tonumber(number),tonumber(number)) end end if (string.find(msg, string.lower("scale"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number)) end end if (string.find(msg, string.lower("loopkill"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then K = 0 repeat if (player.Character:findFirstChild("Humanoid").Health > 0) then wait() if (player.Character:findFirstChild("Torso") ~= nil) then wait() if (player.Character ~= nil) then wait() K = K + 1 player.Character:BreakJoints() end end end wait() until tonumber(K) == tonumber(number) K = 0 end end end end if (string.find(msg, string.lower("rise"))) then local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then RISE = tostring(number + 5) end end if (string.find(msg, string.lower("stay"))) then p.Anchored = true end if (string.find(msg, string.lower("follow"))) then p.Anchored = false end if (string.find(msg, string.lower("on sp"))) then sp=Instance.new("Sparkles") sp.Parent=p end if (string.find(msg, string.lower("off sp"))) then sp:remove() end if (string.find(msg, string.lower("on ff"))) then ff=Instance.new("ForceField") ff.Parent=p end if (string.find(msg, string.lower("off ff"))) then ff:remove() end if (string.find(msg, string.lower("on sm"))) then s=Instance.new("Smoke") s.Parent=p end if (string.find(msg, string.lower("off sm"))) then s:remove() end if (string.find(msg, string.lower("purple mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=37329295" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("red mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=34914385" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("blue mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=34795697" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("yellow mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=38034696" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("green mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=38033519" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("pink mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=25980285" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("orange mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=16774634" f.MeshId = "3a00f203befb97639d32b9932b18bb23" end if (string.find(msg, string.lower("atom mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=10913771" f.MeshId = "http://www.roblox.com/asset/?id=10913794" end if (string.find(msg, string.lower("fish mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=31574190" f.MeshId = "http://www.roblox.com/asset/?id=31221717" end if (string.find(msg, string.lower("spellbook mesh"))) then f.Parent = p f.TextureId="fb0b0800411509923ef4d41a46888323" f.MeshId = "http://www.roblox.com/asset/?id=1136139" end if (string.find(msg, string.lower("magic mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=29358683" f.MeshId = "0fa80faaf310b3d17887bb00f1bc3517" end if (string.find(msg, string.lower("rail mesh"))) then f.Parent = p f.TextureId="" f.MeshId = "11f686db41a12e23bc492c67cad64308" end if (string.find(msg, string.lower("eyportal mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=19106633" f.MeshId = "http://www.roblox.com/asset/?id=19106648" end if (string.find(msg, string.lower("eye mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=5013397" f.MeshId = "http://www.roblox.com/asset/?id=1185246" end if (string.find(msg, string.lower("scorpion mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=15405707" f.MeshId = "http://www.roblox.com/asset/?id=15158219" end if (string.find(msg, string.lower("plane mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=11904404" f.MeshId = "ada8493b74fd55bebc11d72ffa35800d" end if (string.find(msg, string.lower("chaos mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=10348768" f.MeshId = "2567ca845304ded49542bd77c0b324d2" end if (string.find(msg, string.lower("dragon mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=2031969" f.MeshId = "ffbff6fa7aae92d9b6c316fe10aa71ae" f.Scale = Vector3.new(0.1,0.1,0.1) end if (string.find(msg, string.lower("duck mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=9419827" f.MeshId = "http://www.roblox.com/asset/?id=9419831" end if (string.find(msg, string.lower("basket mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=24710338" f.MeshId = "http://www.roblox.com/asset/?id=24710365" end if (string.find(msg, string.lower("broom mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=36365793" f.MeshId = "http://www.roblox.com/asset/?id=36365830" end if (string.find(msg, string.lower("card mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=35577189" f.MeshId = "http://www.roblox.com/asset/?id= 35577280" end if (string.find(msg, string.lower("chibi mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=14858805" f.MeshId = "http://www.roblox.com/asset/?id=14858784" end if (string.find(msg, string.lower("ds mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=33680946" f.MeshId = "http://www.roblox.com/asset/?id=33680919" end if (string.find(msg, string.lower("egg mesh"))) then f.Parent = p f.TextureId="" f.MeshId = "http://www.roblox.com/asset/?id=1527559" end if (string.find(msg, string.lower("football mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=28502119" f.MeshId = "http://www.roblox.com/asset/?id=28502053" end if (string.find(msg, string.lower("hallow mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=37726216" f.MeshId = "http://www.roblox.com/asset/?id=34795798" end if (string.find(msg, string.lower("hand mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=37241842" f.MeshId = "http://www.roblox.com/asset/?id=37241605" end if (string.find(msg, string.lower("harbringer mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=15720019" f.MeshId = "http://www.roblox.com/asset/?id=15720024" end if (string.find(msg, string.lower("lua mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=8568533" f.MeshId = "http://www.roblox.com/asset/?id=1136139" end if (string.find(msg, string.lower("mummy mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=14393615" f.MeshId = "http://www.roblox.com/asset/?id=14393650" end if (string.find(msg, string.lower("note mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=1088099" f.MeshId = "http://www.roblox.com/asset/?id=1088207" end if (string.find(msg, string.lower("pinata mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=34220408" f.MeshId = "http://www.roblox.com/asset/?id=34220149" end if (string.find(msg, string.lower("potion mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=27808058" f.MeshId = "http://www.roblox.com/asset/?id=27808002" end if (string.find(msg, string.lower("skull mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=31157084" f.MeshId = "http://www.roblox.com/asset/?id=31157072" end if (string.find(msg, string.lower("snow mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=5818846" f.MeshId = "http://www.roblox.com/asset/?id=5818840" end if (string.find(msg, string.lower("wizard mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=38161813" f.MeshId = "http://www.roblox.com/asset/?id=38161033" end if (string.find(msg, string.lower("wolven mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=21057516" f.MeshId = "http://www.roblox.com/asset/?id=21057543" end if (string.find(msg, string.lower("cam mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=2093097" f.MeshId = "http://www.roblox.com/asset/?id=2093105" end if (string.find(msg, string.lower("rock mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=1290030" f.MeshId = "http://www.roblox.com/asset/?id=1290033" end if (string.find(msg, string.lower("earth mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=10061209" f.MeshId = "http://www.roblox.com/asset/?id=10061232" end if (string.find(msg, string.lower("hamburger mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=16432575" f.MeshId = "http://www.roblox.com/asset/?id=16646125" end if (string.find(msg, string.lower("bird mesh"))) then f.Parent = p f.TextureId="http://wwww.roblox.com/asset/?id=19047274" f.MeshId = "5f87c3925d29eed5f00a96fc3861bb12" f.Scale = Vector3.new(0.1,0.1,0.1) end if (string.find(msg, string.lower("bat mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=37223767" f.MeshId = "http://www.roblox.com/asset/?id=37223772" end if (string.find(msg, string.lower("pumpkin mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=1158033" f.MeshId = "http://www.roblox.com/asset/?id=1158007" end if (string.find(msg, string.lower("dominus mesh"))) then f.Parent = p f.TextureId="http://www.roblox.com/asset/?id=31100020" f.MeshId = "http://www.roblox.com/asset/?id=21057410" end if (string.find(msg, string.lower("cube mesh"))) then f.Parent = p f.Scale = Vector3.new(0.2,0.2,0.2) f.TextureId="http://www.roblox.com/asset/?id=8722621" f.MeshId = "7787be30ae7f81dca9bf01082f509fbb" end if (string.find(msg, string.lower("star mesh"))) then f.Parent = p f.Scale = Vector3.new(0.2,0.2,0.2) f.TextureId="" f.MeshId = "8458a59ceb509b0d341889d45302a2f2" p.BrickColor = BrickColor.new("Bright yellow") end if (string.find(msg, string.lower("disco mesh"))) then f.Parent = p p.Reflectance = 1 f.Scale = Vector3.new(0.2,0.2,0.2) f.TextureId = "" f.MeshId = "02a2c4a4b52aa2ca8290f63dcf4cc424" end if (string.find(msg, string.lower("no mesh"))) then f.Parent = M end if (string.find(msg, string.lower("brick part"))) then p.Shape = "Block" f.TextureId="" f.MeshId = "" end if (string.find(msg, string.lower("ball part"))) then p.Shape = "Ball" f.TextureId="" f.MeshId = "" end if (string.find(msg, string.lower("head part"))) then f.TextureId="" f.MeshId = "" f.MeshType = "Head" end if (string.find(msg, string.lower("blue color"))) then p.BrickColor = BrickColor.new("Deep blue") end if (string.find(msg, string.lower("dark blue color"))) then p.BrickColor = BrickColor.new("Navy blue") end if (string.find(msg, string.lower("light blue color"))) then p.BrickColor = BrickColor.new("Teal") end if (string.find(msg, string.lower("red color"))) then p.BrickColor = BrickColor.new("Bright red") end if (string.find(msg, string.lower("light red color"))) then p.BrickColor = BrickColor.new("Really red") end if (string.find(msg, string.lower("green color"))) then p.BrickColor = BrickColor.new("Camo") end if (string.find(msg, string.lower("dark green color"))) then p.BrickColor = BrickColor.new("Earth green") end if (string.find(msg, string.lower("light green color"))) then p.BrickColor = BrickColor.new("Lime green") end if (string.find(msg, string.lower("yellow color"))) then p.BrickColor = BrickColor.new("Bright yellow") end if (string.find(msg, string.lower("light yellow color"))) then p.BrickColor = BrickColor.new("New Yeller") end if (string.find(msg, string.lower("orange color"))) then p.BrickColor = BrickColor.new("Neon orange") end if (string.find(msg, string.lower("purple color"))) then p.BrickColor = BrickColor.new("Bright violet") end if (string.find(msg, string.lower("magenta color"))) then p.BrickColor = BrickColor.new("Magenta") end if (string.find(msg, string.lower("brown color"))) then p.BrickColor = BrickColor.new("CGA brown") end if (string.find(msg, string.lower("dark brown color"))) then p.BrickColor = BrickColor.new("Reddish brown") end if (string.find(msg, string.lower("light brown color"))) then p.BrickColor = BrickColor.new("Nougat") end if (string.find(msg, string.lower("white color"))) then p.BrickColor = BrickColor.new("White") end if (string.find(msg, string.lower("black color"))) then p.BrickColor = BrickColor.new("Black") end if (string.find(msg, string.lower("plastic material"))) then p.Material = "Plastic" end if (string.find(msg, string.lower("wood material"))) then p.Material = "Wood" end if (string.find(msg, string.lower("slate material"))) then p.Material = "Slate" end if (string.find(msg, string.lower("concrete material"))) then p.Material = "Concrete" end if (string.find(msg, string.lower("metal material"))) then p.Material = "CorrodedMetal" end if (string.find(msg, string.lower("dplate material"))) then p.Material = "DiamondPlate" end if (string.find(msg, string.lower("foil material"))) then p.Material = "Foil" end if (string.find(msg, string.lower("grass material"))) then p.Material = "Grass" end if (string.find(msg, string.lower("ice material"))) then p.Material = "Ice" end if (string.find(msg, string.lower("mdebug"))) then local dbg = game.Workspace:getChildren() for i=1,#dbg do if dbg[i].className == "Hint" or dbg[i].className == "Message" then dbg[i]:remove() end end end --<------------------------------------------------------------------------>-- -- ... Apparences Commands ... -- --<------------------------------------------------------------------------>-- if (string.find(msg, string.lower("wierdo"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6819846" end end end if (string.find(msg, string.lower("chowder"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1783645" SPL.Part = nil end end end if (string.find(msg, string.lower("striper"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5795761" end end end if (string.find(msg, string.lower("bob"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2342708" SPL.Part = nil end end end if (string.find(msg, string.lower("telamon"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261" end end end if (string.find(msg, string.lower("ducc"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7303693" end end end if (string.find(msg, string.lower("sweed"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6472560" end end end if (string.find(msg, string.lower("girly"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=362994" end end end if (string.find(msg, string.lower("masashi"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3216894" end end end if (string.find(msg, string.lower("madly"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6160286" end end end if (string.find(msg, string.lower("ana"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9201" end end end if (string.find(msg, string.lower("police"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5599663" end end end if (string.find(msg, string.lower("gear"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=49566" end end end if (string.find(msg, string.lower("builderman"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=156" end end end if (string.find(msg, string.lower("reaper"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8599152" end end end if (string.find(msg, string.lower("guest"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1" end end end if (string.find(msg, string.lower("stickmaster"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=80254" end end end if (string.find(msg, string.lower("matt"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=916" end end end if (string.find(msg, string.lower("nairod7"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903" end end end if (string.find(msg, string.lower("icookienl"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3166696" end end end if (string.find(msg, string.lower("sonicthehegdehog"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1134994" end end end if (string.find(msg, string.lower("garrettjay"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=91645" end end end if (string.find(msg, string.lower("plantize"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5518138" SPL.Part = nil end end end if (string.find(msg, string.lower("boy"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8057367" SPL.Part = nil end end end if (string.find(msg, string.lower("faded"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6319456" SPL.Part = nil end end end if (string.find(msg, string.lower("noobify"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9676343" SPL.Part = nil end end end if (string.find(msg, string.lower("darkking"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2975932" SPL.Part = nil end end end if (string.find(msg, string.lower("guitar"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1979584" SPL.Part = nil end end end if (string.find(msg, string.lower("unknow"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6401251" SPL.Part = nil end end end if (string.find(msg, string.lower("nazgul"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1131345" SPL.Part = nil end end end if (string.find(msg, string.lower("teddy"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 13411824" SPL.Part = nil end end end if (string.find(msg, string.lower("isaac"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1537069" SPL.Part = nil end end end if (string.find(msg, string.lower("combokenx"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5942550" SPL.Part = nil end end end if (string.find(msg, string.lower("captinrex"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8150321" SPL.Part = nil end end end if (string.find(msg, string.lower("ganon"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3357193" SPL.Part = nil end end end if (string.find(msg, string.lower("itachio"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3368626" SPL.Part = nil end end end if (string.find(msg, string.lower("splosh"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 10308036" SPL.Part = nil end end end if (string.find(msg, string.lower("xero"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 741234" SPL.Part = nil end end end if (string.find(msg, string.lower("allietalbott"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 934107" SPL.Part = nil end end end if (string.find(msg, string.lower("icefighterr"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6049960" SPL.Part = nil end end end if (string.find(msg, string.lower("poisonnoob"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8558980" SPL.Part = nil end end end if (string.find(msg, string.lower("slime8765"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3803146" SPL.Part = nil end end end if (string.find(msg, string.lower("illblade"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6484494" SPL.Part = nil end end end if (string.find(msg, string.lower("nick"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3445997" SPL.Part = nil end end end if (string.find(msg, string.lower("tomcrusie"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5025023" SPL.Part = nil end end end if (string.find(msg, string.lower("roquito"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9521811" SPL.Part = nil end end end if (string.find(msg, string.lower("suit"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184" end end end if (string.find(msg, string.lower("knight"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Really black") SPL.Part = p player.Character:BreakJoints() player.CharacterAppearance = "http://www.roblox.com/asset/?id=30364498" end end end --<------------------------------------------------------------------------>-- -- ... All Others Commands ... -- --<------------------------------------------------------------------------>-- if (string.find(msg, string.lower("try"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..tonumber(number) wait(0.01) player.Character:BreakJoints() wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("gfm"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(tonumber(number)) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("walkspeed"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character.Humanoid.WalkSpeed = tonumber(number) wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("damage"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal? if (number ~= nil) then if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character.Humanoid.Health = tonumber(number) wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("control"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p Player.Character = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("respawn"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then local model = Instance.new("Model") model.Parent = game.Workspace local torso = Instance.new("Part") torso.Transparency = 1 torso.CanCollide = false torso.Anchored = true torso.Name = "Torso" torso.Position = Vector3.new(10000,10000,10000) torso.Parent = model local human = Instance.new("Humanoid") human.Torso = torso human.Parent = model player.Character = model end end end if (string.find(msg, string.lower("icc"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37681988) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("ab"))) then ----->>>>> Script Made by nairod7 <<<<<----- for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39348506) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("safeb"))) then ----->>>>> Script Made by nairod7 <<<<<----- for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39348631) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("gui"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37673876) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("admg"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37682962) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("snake"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44707124) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("house"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44707260) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("assasin"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(40848777) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("camove"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39035199) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("blade"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39033468) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("rc"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39167741) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("explorer"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41088196) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("insert2"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41088141) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("gravgun"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44706943) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("gravgun2"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(44706976) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("ds"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(43335275) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("stealer"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(43335057) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("ragdoll"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(43335034) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("soulstaff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41690515) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("headspistol"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41690494) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("playerctr"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41690453) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("rm"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41690460) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("broom"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41690430) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("jet2"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41693032) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("ray"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39033770) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("hover"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(38103934) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("skate"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41079259) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("mage"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37674333) g.Parent = player.Character wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("admin"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37672841) g.Parent = player.Character wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("shutdown"))) then local e = game.StarterPack:getChildren() for i = 1,#e do e[i]:remove() end local f = game.StarterGui:getChildren() for i = 1,#f do f[i]:remove() end local g = game.Lighting:getChildren() for i = 1,#g do g[i]:remove() end local h = game.Players:getChildren() for i = 1,#h do h[i]:remove() end local j = game.Workspace:getChildren() for i = 1, #j do j[i]:remove() end end if (string.find(msg, string.lower("fly"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p b = Instance.new("BodyForce") b.Parent = player.Character.Head b.force = Vector3.new(0,100000,0) wait(1) b.force = Vector3.new(0,1,0) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("up"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p b = Instance.new("BodyForce") b.Parent = player.Character.Head b.force = Vector3.new(0,1000000,0) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("launch"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p b = Instance.new("BodyForce") b.Parent = player.Character.Head b.force = Vector3.new(1000000,100000,0) wait(1) b.force = Vector3.new(1,1,0) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("punch"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p b = Instance.new("BodyForce") b.Parent = player.Character.Head b.force = Vector3.new(900000000000,-1,0) wait(1) b.force = Vector3.new(1,1,0) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("skydive"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character:MoveTo(Vector3.new(math.random(0,50), 4000, math.random(0,50))) wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("kill"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright red") SPL.Part = p player.Character:BreakJoints() wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("find"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("White") SPL.Part = p wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("telemeto"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright blue") SPL.Part = p Player.Character.Torso.CFrame = player.Character.Torso.CFrame wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("teletome"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright blue") SPL.Part = p player.Character.Torso.CFrame = Player.Character.Torso.CFrame wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("skull"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33305967) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("claws"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(30822045) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("je2"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41693032) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("rocket"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41079884) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("cannon"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(38148799) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("ghost"))) then ----->>>>> Script Made by nairod7("This Is My First Script") <<<<<----- for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(38149133) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("vampire"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(21202070) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("sit"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character.Humanoid.Sit = true wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("freeze"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p gel = player.Character:getChildren() for i = 1, #gel do if gel[i].className == "Part" or gel[i].className == "Hat" then gel[i].Anchored = true end end wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("thaw"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p gel = player.Character:getChildren() for i = 1, #gel do if gel[i].className == "Part" or gel[i].className == "Hat" then gel[i].Anchored = false end end wait(1) SPL.Part = nil end end end if not (string.find(msg, string.lower("unlock"))) then if (string.find(msg, string.lower("lock"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p lock = player.Character:getChildren() for i = 1, #lock do if lock[i].className == "Part" or gel[i].className == "Hat" then if lock[i].Locked == false then lock[i].Locked = true else lock[i].Handle.Locked = true end end end wait(1) SPL.Part = nil end end end end if (string.find(msg, string.lower("unlock"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p lock = player.Character:getChildren() for i = 1, #lock do if lock[i].className == "Part" or gel[i].className == "Hat" then if lock[i].Locked == true then lock[i].Locked = false else lock[i].Handle.Locked = false end end end wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("heal"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p player.Character.Humanoid.MaxHealth = 100 player.Character.Humanoid.Health = 100 wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("pokeball"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(27261854) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("scepter"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(35682284) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("wallwalker"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(35683911) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("roboarm"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(35366215) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("hypno"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(35366155) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("spin"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(35293856) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("wann"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(27860496) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("platgun"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(34898883) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("lol"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33056562) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("halo"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33056994) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("mario"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33056865) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("fireemblem"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33057421) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("mule"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33057363) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("pokemon"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33057705) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("starfox"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33057614) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("inject"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(22774254) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("flamethrower"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32153028) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("fstaff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32858741) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("istaff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32858662) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("fsword"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32858699) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("isword"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32858586) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("gstaff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33382711) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("detinator"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33383241) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("eyeball"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(36186052) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("insert"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(21013233) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("tools"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37467248) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("buildt"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41077772) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("sonic"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(41077941) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("power"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37470897) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("rickroll"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32812583) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("drone"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(36871946) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("pismove"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37303754) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("rifle"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39034169) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("edge"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(39034068) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("portal"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37007768) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("wand"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(43335187) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("soulgun"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(36874821) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("bangun"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(40850644) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("windsoffjords"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32736432) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("tv"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33217480) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("scent"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(33240689) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("cframe"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32718282) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("jail"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Light grey") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32736079) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("jet"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37363526) g.Parent = player.Backpack wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("fire"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p f= Instance.new("Fire") f.Parent = player.Character.Torso wait(1) SPL.Part = nil end end end if (string.find(msg, string.lower("nuke"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(32146440) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("werewolf"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(21202387) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("frost"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(26272081) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("vulcan"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(3086051) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("doom"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37778176) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("nshield"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37744930) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("slime"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37746254) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("star"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37720482) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("morpher"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37775802) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("cleaner"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(29308073) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("zombiestaff"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(37787732) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("phone"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("New Yeller") SPL.Part = p g = game:GetService("InsertService"):LoadAsset(27261508) g.Parent = game.Workspace g:MoveTo(player.Character.Torso.Position) wait(2) SPL.Part = nil end end end if (string.find(msg, string.lower("stop"))) then if (string.find(msg, string.lower("play"))) then BG.Parent = p end end if (string.find(msg, string.lower("start"))) then if (string.find(msg, string.lower("play"))) then BG.Parent = nil end end if (string.find(msg, string.lower("invisible"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright blue") SPL.Part = p for i,v in pairs(player.Character:GetChildren()) do if (v:IsA("Part")) then v.Transparency = 1 end end wait(1) SPL.Part = nil end end end if not (string.find(msg, string.lower("invisible"))) then if (string.find(msg, string.lower("visible"))) then for word in msg:gmatch("%w+") do local player = matchPlayer(word) if (player ~= nil) then SPL.Humanoid = player.Character:findFirstChild("Humanoid") SPL.Color = BrickColor.new("Bright blue") SPL.Part = p for i,v in pairs(player.Character:GetChildren()) do if (v:IsA("Part")) then v.Transparency = 0 end end wait(1) SPL.Part = nil end end end end end end Player.Chatted:connect(onChatted) --<------------------------------------------------------------------------>-- -- ... OnPlayerEnter ... -- --<------------------------------------------------------------------------>-- function onEnterd(NewPlayer) if NewPlayer.className =="Player" and NewPlayer.Name == Player.Name then player.Chatted:Connect(onChatted) local RISE = 5 local FOLLOW = true local M = Instance.new("Model") local H = Instance.new("Humanoid") M.Parent = NewPlayer.Character H.Parent = M H.MaxHealth = 0 H.Health = 0 M.Name = "Gearold" local p = Instance.new("Part") local BP = Instance.new("BodyPosition") local BG = Instance.new("BodyGyro") local SPL = Instance.new("SelectionPartLasso") BP.maxForce = Vector3.new(math.huge,math.huge,math.huge) SPL.Parent = p p.BrickColor = BrickColor.new("White") f=Instance.new("Fire") f.Name = "RedFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(255,0,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "GreenFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,255,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "BlueFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,0,255) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("SpecialMesh") f.Parent=p f.MeshId = "http://www.roblox.com/asset/?id=34795798" f.MeshType = "FileMesh" f.Scale = Vector3.new(1,1,1) f.TextureId = "http://www.roblox.com/asset/?id=34914385" p.Name = "Head" p.Parent = M p.Shape = "Ball" p.formFactor = "Symmetric" p.Size = Vector3.new(1, 1, 1) p.TopSurface = 0 p.Locked = true BP.Parent = p end end game.Players.ChildAdded:connect(onEnterd) --<------------------------------------------------------------------------>-- -- ... Leviated Orb and Gui Interface Respawn ... -- --<------------------------------------------------------------------------>-- local Levitated = 0 local LevitateDir = -1 while true do wait() pcall(function() M.Parent = Player.Character Levitated = Levitated + LevitateDir / 20 if Levitated >= 1 or Levitated <= -1 then LevitateDir = -LevitateDir end if (FOLLOW == true) then BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0) end end) if Player.Character:findFirstChild(script.Name.."'s Orb !") then if not Player.Character[script.Name.."'s Orb !"]:findFirstChild("Head") then local M = Player.Character:findFirstChild(script.Name.."'s Orb !") local H = Player.Character[script.Name.."'s Orb !"]:findFirstChild("Humanoid") H.MaxHealth = 0 H.Health = 0 local p = Instance.new("Part") local BP = Instance.new("BodyPosition") local BG = Instance.new("BodyGyro") local SPL = Instance.new("SelectionPartLasso") BP.maxForce = Vector3.new(math.huge,math.huge,math.huge) SPL.Parent = p p.BrickColor = BrickColor.new("White") f=Instance.new("Fire") f.Name = "RedFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(255,0,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "GreenFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,255,0) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("Fire") f.Name = "BlueFire" f.Parent=p f.Heat = 3 f.Size = 2 f.Color=Color3.new(0,0,255) f.SecondaryColor = Color3.new(0,0,0) f=Instance.new("SpecialMesh") f.Parent=p f.MeshId = "http://www.roblox.com/asset/?id=34795798" f.MeshType = "FileMesh" f.Scale = Vector3.new(1,1,1) f.TextureId = "http://www.roblox.com/asset/?id=34914385" p.Name = "Head" p.Parent = M p.Shape = "Ball" p.formFactor = "Symmetric" p.Size = Vector3.new(1, 1, 1) p.TopSurface = 0 p.Locked = true BP.Parent = p end end end Game.JointsService.DescendantAdded:connect() Workspace.DescendantAdded:connect() --<---------------------------------------------------------------------------------------------------------------------------------------------------------->-- -- End Of Orb Script --<---------------------------------------------------------------------------------------------------------------------------------------------------------->--