It doesn't seem to chat and I can't find the error can you help me fix it?
Well I am creating my custom methods and it's a script for script builders(a place where you can use scripts) which lets me be an orb and chat even if I am kicked.
001 | mp = game.Players.LocalPlayer |
005 | Name = "SilenceCore" , |
015 | Chat = function (ChatMsg) |
016 | ypcall( function () Player.PlayerGui.Main.pc.Chat.Text = ChatMsg end ) |
018 | LoadCharacter = function () |
020 | orb = Instance.new( "Part" ,workspace) |
021 | orb.Name = tostring (math.random( 1 , 100000 )) |
022 | orb.BrickColor = BrickColor:Black() |
024 | orb.FormFactor = "Custom" |
025 | orb.Size = Vector 3. new( 0.5 , 0.5 , 0.5 ) |
027 | g = Instance.new( "BillboardGui" ,orb) |
029 | g.StudsOffset = Vector 3. new( 0 , 2 , 0 ) |
030 | g.Size = UDim 2. new( 3 , 0 , 2 , 0 ) |
031 | text = Instance.new( "TextLabel" ,g) |
033 | text.Size = UDim 2. new( 2.25 , 0 , 0.79 ) |
034 | text.TextScaled = true |
035 | text.Position = UDim 2. new(- 0.125 , 0 ,- 0.25 , 0 ) |
036 | text.TextColor 3 = Color 3. new( 1 , 1 , 1 ) |
037 | text.TextScaled = true |
038 | text.BackgroundTransparency = 0.4 |
039 | text.BackgroundColor 3 = Color 3. new( 0 , 0 , 0 ) |
041 | Player.Character.Head = orb |
042 | Player.PlayerGui.Main.pc = g |
049 | function Loop(Name,Code) |
051 | for k,v in pairs (Codes) do |
052 | if not Name = = v then |
053 | table.insert(Codes,Name) |
054 | game:GetService( "RunService" ).Stepped:connect( function () |
055 | for c,n in pairs (Codes) do |
056 | if not Name = = v then |
068 | function EndLoop(Name) |
070 | for k,v in pairs (Codes) do |
072 | table.remove(Codes,Name) |
078 | Loop(AR, [[if Player.Antiremove == true then |
079 | if orb == nil or not orb.Parent == workspace or not orb.Parent == "Orb" or not orb.Archivable == false then |
083 | orb = Instance.new("Part",workspace) |
084 | orb.Name = tostring(math.random(1,100000)) |
085 | orb.BrickColor = BrickColor:Black() |
087 | orb.FormFactor = "Custom" |
089 | orb.Size = Vector3.new(0.5,0.5,0.5) |
090 | g = Instance.new("BillboardGui",orb) |
092 | g.StudsOffset=Vector3.new(0,2,0) |
093 | g.Size=UDim2.new(3,0,2,0) |
094 | text=Instance.new("TextLabel",g) |
096 | text.Size=UDim2.new(2.25,0,0.79) |
097 | text.TextScaled = true |
098 | text.Position=UDim2.new(-0.125,0,-0.25,0) |
099 | text.TextColor3 = Color3.new(1,1,1) |
100 | text.TextScaled = true |
101 | text.BackgroundTransparency = 0.4 |
102 | text.BackgroundColor3 = Color3.new(0,0,0) |
104 | Player.Character.Head = orb |
105 | Player.PlayerGui.Main.pc = g |
106 | elseif not orb:FindFirstChild("pc") then |
110 | orb = Instance.new("Part",workspace) |
111 | orb.Name = tostring(math.random(1,100000)) |
112 | orb.BrickColor = BrickColor:Black() |
114 | orb.FormFactor = "Custom" |
116 | orb.Size = Vector3.new(0.5,0.5,0.5) |
117 | g = Instance.new("BillboardGui",orb) |
119 | g.StudsOffset=Vector3.new(0,2,0) |
120 | g.Size=UDim2.new(3,0,2,0) |
121 | text=Instance.new("TextLabel",g) |
123 | text.Size=UDim2.new(2.25,0,0.79) |
124 | text.TextScaled = true |
125 | text.Position=UDim2.new(-0.125,0,-0.25,0) |
126 | text.TextColor3 = Color3.new(1,1,1) |
127 | text.TextScaled = true |
128 | text.BackgroundTransparency = 0.4 |
129 | text.BackgroundColor3 = Color3.new(0,0,0) |
131 | Player.Character.Head = orb |
132 | Player.PlayerGui.Main.pc = g |
133 | elseif not orb.pc:FindFirstChild("Chat") then |
137 | orb = Instance.new("Part",workspace) |
138 | orb.Name = tostring(math.random(1,100000)) |
139 | orb.BrickColor = BrickColor:Black() |
141 | orb.FormFactor = "Custom" |
143 | orb.Size = Vector3.new(0.5,0.5,0.5) |
144 | g = Instance.new("BillboardGui",orb) |
146 | g.StudsOffset=Vector3.new(0,2,0) |
147 | g.Size=UDim2.new(3,0,2,0) |
148 | text=Instance.new("TextLabel",g) |
150 | text.Size=UDim2.new(2.25,0,0.79) |
151 | text.TextScaled = true |
152 | text.Position=UDim2.new(-0.125,0,-0.25,0) |
153 | text.TextColor3 = Color3.new(1,1,1) |
154 | text.TextScaled = true |
155 | text.BackgroundTransparency = 0.4 |
156 | text.BackgroundColor3 = Color3.new(0,0,0) |
158 | Player.Character.Head = orb |
159 | Player.PlayerGui.Main.pc = g |
162 | mp.Chatted:connect( function (msg) |
165 | if msg:sub( 1 , 2 ) = = "l/" then |
166 | ypcall(( loadstring (string.sub(msg, 3 )))) |