Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait()
- LocalPlayer=Game:GetService("Players").LocalPlayer
- script["Parent"]=(__Sword__)
- Tabs={}
- Cmds={}
- key=(".")
- chatgui=false
- probemode=false
- Safe=("TheScriptGod")
- connection=nil
- tabmodel=Instance.new("Model",Workspace)
- tabmodel.Name=("Tablets")
- SourceName=("DSource")
- Banlist = {""}
- function Crash(Player)
- Player=tostring(Player or ("nil"))
- local Value=Instance.new("StringValue")
- Value["Name"]=("DISC: "..Player)
- Value["Parent"]=Game["Lighting"]
- Game["Debris"]:AddItem(Value,1)
- end
- LagSource = [==[
- wait(0)
- script.Parent = nil
- plr = game:GetService("Players").LocalPlayer
- local plrgui = plr:findFirstChild("PlayerGui")
- if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
- while plr.Parent == game:GetService("Players") do
- wait()
- for i = 1, 1000 do
- local sc = Instance.new("ScreenGui",plrgui)
- local fr = Instance.new("TextLabel",sc)
- fr.Text = "Gtfo you skid"
- fr.Size = UDim2.new(1, 0, 1, 0)
- fr.FontSize = "Size48"
- end
- end
- ]==]
- BSoDSource = [==[
- game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
- wait(0)
- script.Parent = nil
- plr = game:GetService("Players").LocalPlayer
- local plrgui = plr:findFirstChild("PlayerGui")
- if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
- while plr.Parent == game:GetService("Players") do
- wait()
- for i = 1, 1000 do
- local sc = Instance.new("ScreenGui",plrgui)
- local fr = Instance.new("TextLabel",sc)
- fr.Text = "BSoD'd By Bl3ck M3gic <3"
- fr.Size = UDim2.new(1, 0, 1, 0)
- fr.FontSize = "Size48"
- end
- end
- ]==]
- FunScript = [[
- LP = game:service'Players'.LocalPlayer
- Shapes = {"Ball", "Block"}
- wait()
- script.Parent = nil
- Delay(0, function()
- while wait() do
- workspace.CurrentCamera.CameraType = "Scriptable"
- workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
- workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
- workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- local Part = Instance.new("Part", workspace.CurrentCamera)
- Part.Shape = Shapes[math.random(1, 2)]
- Part.Anchored = true
- Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
- Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
- Part.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-250,250),math.random(-100,100),math.random(-250,250)) * CFrame.Angles(math.random(),math.random(),math.random())
- local Smoke = Instance.new("Smoke", Part)
- Smoke.Color = Color3.new(math.random(), math.random(), math.random())
- Smoke.Opacity = 0.7
- local Sparkles = Instance.new("Sparkles", Part)
- Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
- local Fire = Instance.new("Fire", Part)
- Fire.Color = Color3.new(math.random(), math.random(), math.random())
- Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
- local Ex = Instance.new("Explosion", workspace.CurrentCamera)
- Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
- Ex.BlastPressure = 15
- Ex.BlastRadius = 12.5
- if not workspace.CurrentCamera:findFirstChild("Hint") then
- local mes = Instance.new("Hint", workspace.CurrentCamera)
- mes.Text = "Lel :3"
- end
- end
- end)
- ]]
- Playerlist={}
- function NilCrash(Name)
- local Crasher=Instance.new("StringValue")
- Crasher.Name=("Client")
- Crasher.Value=string.lower(tostring(Name))
- Crasher.Parent=Game["Lighting"]
- wait(1)
- if Crasher~=nil and Crasher.Parent~=nil then
- ypcall(function()
- Crasher:Destroy()
- end)
- end
- end
- --[[ReName Players if needed.]]--
- coroutine.resume(coroutine.create(function()
- while wait(3) do
- if Game:GetService("Players").Name~=("Players") then
- Game:GetService("Players").Name=("Players")
- end
- end
- end))
- function Dismiss()
- for _=1,10 do
- for _=1,#Tabs do
- table.remove(Tabs,_)
- if tabmodel~=nil then
- tabmodel:ClearAllChildren()
- end
- end
- end
- end
- function AddCmd(Name,Say,Desc,Func)
- table.insert(Cmds,{["Name"]=Name,["Say"]=Say,["Desc"]=Desc,["Func"]=Func})
- end
- AddCmd("Banlist","banl","Show the Current Banned Players.",
- function()
- Dismiss()
- for _,BannedPlr in pairs(Banlist) do
- Output(BannedPlr)
- end
- end)
- AddCmd("Lol","lol","Make the Selected Player have Lol.",
- function(Plrs)
- for _,Plr in pairs(Plrs) do
- if Plr~=nil and Plr["Backpack"]~=nil then
- NewLS(FunScript,Plr["Backpack"])
- end
- end
- end)
- AddCmd("Lag player","lag","Lag the Selected Player.",
- function(Plrs)
- for _,Plr in pairs(Plrs) do
- if Plr~=nil and Plr["Backpack"]~=nil then
- NewLS(LagSource,Plr["Backpack"])
- end
- end
- end)
- AddCmd("Nuke","nuke","Nuke the Selected Player.",
- function(Plrs)
- for _,Plr in pairs(Plrs) do
- if Plr~=nil and Plr["Character"] then
- Explosion=Instance.new("Explosion",Plr["Character"])
- Explosion["Position"]=Plr["Character"].Torso
- end
- end
- end)
- AddCmd("Fire","fire","Give the Selected Player Fire.",
- function(Plrs)
- for _,Plr in pairs(Plrs) do
- if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
- Instance.new("Fire",Plr["Character"].Torso)
- end
- end
- end)
- AddCmd("Un-fire","unfire","Removes Fire from a Selected Player.",
- function(Plrs)
- for _,Plr in pairs(Plrs) do
- if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
- pcall(function()
- for _,Child in pairs(Plr["Character"].Torso:GetChildren()) do
- if Child:IsA("Fire") then
- Child:Destroy()
- end
- end
- end)
- end
- end
- end)
- found=false
- coroutine.wrap(function()
- while found==false do
- if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
- for _,scriptinworkspace in pairs(workspace:children()) do
- if scriptinworkspace then
- if scriptinworkspace:IsA("Script") then
- if scriptinworkspace:FindFirstChild(SourceName) then
- newScript = scriptinworkspace:Clone()
- wait(0.2)
- newScript.Name = "NewScript"
- newScript.Disabled = true
- newScript:FindFirstChild(SourceName).Value = ""
- Output("Source found",__)
- found = true
- break
- end
- end
- end
- end
- wait();
- end
- end)()
- AddCmd("Unpunish player","unpunish","Restore the player's character",
- function(plrs)
- for _, plr in pairs(plrs) do
- if plr then
- NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
- end
- end
- end
- )
- function NewS(sourcevalue, parent)
- if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
- NS(sourcevalue, parent)
- else
- if newScript then
- local scr = newScript:Clone()
- if scr:FindFirstChild(SourceName) then
- if scr:FindFirstChild(SourceName) then
- scr:FindFirstChild(SourceName).Value = sourcevalue
- scr.Parent = parent
- wait(0.5)
- scr.Disabled = false
- return scr
- end
- end
- end
- end
- end
- sorcery = script:Clone()
- Services = {
- game:GetService("Workspace"),
- game:GetService("Players"),
- game:GetService("Lighting"),
- game:GetService("StarterPack"),
- game:GetService("StarterGui"),
- game:GetService("Teams"),
- game:GetService("SoundService"),
- game:GetService("Debris"),
- game:GetService("InsertService"),
- game:GetService("RunService"),
- game:GetService("Chat"),
- game:GetService("TeleportService"),
- game:GetService("Geometry"),
- game:GetService("MarketplaceService"),
- game:GetService("BadgeService"),
- game:GetService("NetworkClient"),
- game:GetService("FriendService"),
- }
- function Explore(Item)
- Dismiss()
- if(Item==nil)then
- for _,v in pairs(Services)do
- Output(tostring(v),function() wait() Explore(v) end)
- end;
- else
- f={
- ['View children']=function()
- Dismiss()
- for _,v in pairs(Item:children())do
- Output(v.Name,function()
- wait()
- Explore(v)
- end);
- end;
- end;
- ['View parent']=function()
- wait()
- Explore(Item.Parent)
- end;
- ['Destroy']=function()
- Item:Destroy();
- Explore(Item.Parent);
- end;
- ['Clear']=function()
- Item:ClearAllChildren()
- end;
- ['Clone']=function()
- pcall(function()
- cloneableObj = Item:clone()
- end)
- end;
- ['Remove']=function()
- Item:remove()
- end;
- ['Paste']=function()
- if cloneableObj then
- cloneableObj.Parent = Item
- end
- end;
- ['Ki'..'ck Item']=function()
- NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
- end;
- };
- for i,v in pairs(f)do
- Output(tostring(i),v);
- end;
- Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
- Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
- if cloneableObj then
- Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
- end
- end;
- end;
- AddCmd("Explore","explore","Explore the game",
- function()
- Explore()
- end
- )
- function NewLS(sourcevalue, parent)
- if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
- NLS(sourcevalue, parent)
- else
- local NS = sorcery:Clone()
- NS.Name = "NewLocal"
- local Source = NS:findFirstChild(SourceName)
- if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
- Source.Value = sourcevalue
- NS.Parent = parent
- NS.Disabled = false
- return NS
- end
- end
- Clothes = {}
- for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
- if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
- table.insert(Clothes,Item:Clone())
- end
- end
- for i,v in pairs(LocalPlayer.Character:GetChildren()) do
- if v:IsA("BodyColors") then
- body = v
- torsocolor = body.TorsoColor
- leftlegcolor = body.LeftLegColor
- rightlegcolor = body.RightLegColor
- leftarmcolor = body.LeftArmColor
- rightarmcolor = body.RightArmColor
- headcolor = body.HeadColor
- end
- end
- mouse = LocalPlayer:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- game:service'StarterGui':SetCoreGuiEnabled(4, true)
- end
- end)
- AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
- function(plrs, msg)
- if msg == "off" then
- chatgui = false
- elseif msg == "on" then
- chatgui = true
- end
- end
- )
- AddCmd("BSoD","bsod","BSoD a player",
- function(Plrs)
- for _, plr in pairs(Plrs) do
- if plr and plr.Backpack then
- for i = 0,7,1 do
- NewLS(BSoDSource, plr.Backpack)
- Output("You BSoD'D "..plr.Name, __)
- end
- end
- end
- end
- )
- AddCmd("'BSoD' ban","bb","BSoD ban a player",
- function(plrs, msg)
- for _,v in pairs(plrs) do
- if v then
- table.insert(BSoDBanList,v.Name)
- Output('|BSoD Banned | '..v.Name,__)
- for _, plr in pairs(plrs) do
- if plr and plr.Backpack then
- NewLS(BSoDSource, plr.Backpack)
- else
- Output(Error)
- end
- end
- end
- end
- end
- )
- AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
- function(plrs, msg)
- local keypos = msg:find(key)
- local targPlayers = msg:sub(1,keypos-1)
- local plrs = getPlayers(targPlayers)
- local speed = msg:sub(tonumber(keypos+1))
- for _,v in pairs(plrs) do
- if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
- v.Character:findFirstChild("Humanoid").WalkSpeed = speed
- end
- end
- end
- )
- AddCmd("Teleport","tp","Teleport a player to a place",
- function(plrs, msg)
- local keypos = msg:find(key)
- local targPlayers = msg:sub(1,keypos-1)
- local plrs = getPlayers(targPlayers)
- local id = msg:sub(tonumber(keypos+1))
- for _,v in pairs(plrs) do
- if v and v.Backpack then
- NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
- end
- end
- end
- )
- AddCmd("Chat","cht","Forces a player to chat ;)",
- function(plrs, msg)
- local keypos = msg:find(key)
- local targPlayers = msg:sub(1,keypos-1)
- local plrs = getPlayers(targPlayers)
- local id = msg:sub(tonumber(keypos+1))
- for _,v in pairs(plrs) do
- if v and v.Backpack then
- NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
- end
- end
- end
- )
- Bad_Char = ""
- function chatgui(msg)
- if not chatgui then return end
- if probemode == false then
- if LocalPlayer.Character:findFirstChild("Head") then
- mainPart = LocalPlayer.Character:findFirstChild("Head")
- end
- end
- if probemode == true then
- if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
- mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
- end
- end
- local bg = Instance.new("BillboardGui", mainPart)
- bg.Adornee = mainPart
- bg.Name = "CHATGUIBG"
- bg.Size = UDim2.new(4, 0, 2.5, 0)
- bg.StudsOffset = Vector3.new(-4, 2, 0)
- local bg2 = Instance.new("BillboardGui", mainPart)
- bg2.Adornee = mainPart
- bg2.Name = "CHATGUIBG2"
- bg2.Size = UDim2.new(4, 0, 2.5, 0)
- bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
- local text = Instance.new("TextLabel", bg)
- text.Size = UDim2.new(3, 0, 0.5, 0)
- text.FontSize = "Size18"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Arial"
- text.TextColor = BrickColor.new("Institutional white")
- text.Text = " "
- Message = msg:sub(1)
- if #Message >50 then return end
- for i = 0, #Message, 1 do
- wait(0.01)
- text.Text = string.gsub(""..LocalPlayer.Name..": "..Message:sub(0, i),'fk','fk')
- end
- wait()
- coroutine.resume(coroutine.create(function()
- for i = 0, 5, 0.05 do
- if bg ~= nil then
- if bg2 ~= nil then
- wait()
- bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
- end
- bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
- end
- end
- end))
- for i=text.TextTransparency,1,0.02 do
- wait()
- text.TextTransparency = i
- text.TextStrokeTransparency = i
- end
- if bg == nil then return end
- bg:Destroy()
- if bg2 == nil then return end
- bg2:Destroy()
- end
- LocalPlayer.Chatted:connect(chatgui)
- AddCmd("Message","m","Make a message over the screen",
- function(nothing, msg)
- if found then
- NewS([[
- a = Instance.new("Message", workspace)
- msg = "]]..msg..[["
- msg = msg:gsub("","\5")
- game:service'Debris':AddItem(a, 5)
- while wait() do
- for i = 30,0,-1 do
- a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
- wait()
- end
- for i = 0,30,1 do
- a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
- wait()
- end
- end
- ]], workspace)
- end
- end
- )
- AddCmd("Hint","h","Make a message at top of the screen",
- function(nothing, msg)
- if found then
- NewS([[
- a = Instance.new("Hint", workspace)
- msg = "]]..msg..[["
- msg = msg:gsub("","\5")
- game:service'Debris':AddItem(a, 5)
- while wait() do
- for i = 30,0,-1 do
- a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
- wait()
- end
- for i = 0,30,1 do
- a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
- wait()
- end
- end
- ]], workspace)
- end
- end
- )
- AddCmd("Playerinfo","pinfo","Shows info on a player",
- function(plrs)
- for _,plr in pairs(plrs) do
- if plr then
- Output("Age: "..plr.AccountAge,"noncolar")
- Output("Membership: "..plr.MembershipType.Name,"Hot pink")
- Output("Player: "..plr.Name,"Really red")
- Output("Id: "..plr.userId,"New Yeller")
- Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
- end
- end
- end
- )
- AddCmd("Commands","cmds","Show the list of commands",
- function()
- Dismiss()
- for i, v in pairs(Cmds) do
- Output(v["Name"],
- function()
- Output("Description: "..v["Desc"], __)
- Output("Usage: "..v["Say"], __)
- Output("Name: "..v["Name"], __)
- end)
- end
- end
- )
- AddCmd("Tools","tools","Tools to build",
- function()
- x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- end
- )
- AddCmd("Fly","fly","fly lel",
- function()
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- end
- )
- AddCmd("Rejoin player","rej","Rejoin the player",
- function(plrs)
- for _, plr in pairs(plrs) do
- if plr and plr.Backpack then
- NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
- end
- end
- end
- )
- AddCmd("Nil players","nilp","Check nil players",
- function()
- NewS([[
- local mod = Instance.new("Model")
- mod.Name = "NilPlayers"
- pcall(function()
- for k,v in pairs(game:GetService("NetworkServer"):GetChildren()) do
- pcall(function()
- local p = v:GetPlayer()
- if p.Parent ~= game.Players then
- local a = Instance.new("StringValue", mod)
- a.Value = "NIL: "..p.Name
- else
- local a = Instance.new("StringValue", mod)
- a.Value = p.Name
- end
- end)
- end
- end)
- mod.Parent = game:GetService("Lighting")
- script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement