coolboymc17
(γ»γγγγγ»γ18γ»γγδΈγ»19δΈεγγ)
#1
i need help checking if the log was from cilent or server pls help
this is my script
local LogHistory = game:GetService("LogService")
local RemoteToFire = game.ReplicatedStorage.Console.SendNew
LogHistory.MessageOut:Connect(function(Message, Type)
RemoteToFire:FireAllClients(Message, Type)
print(Message)
end)
coolboymc17
(γ»γγγγγ»γ18γ»γγδΈγ»19δΈεγγ)
#3
not working sorry
this is the script
local LogHistory = game:GetService("LogService")
local RemoteToFire = game.ReplicatedStorage.Console.SendNew
LogHistory.MessageOut:Connect(function(Message, Type)
RemoteToFire:FireAllClients(Message, Type)
end)
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.