Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local abMod = require(script.Parent.into)
- local eRemote = script.Parent.eRm
- local wRemote = script.Parent.bazomP
- local raraRem = script.Parent.raraRm
- local roroRemote = script.Parent.roroRm
- local oRemote = script.Parent.oRm
- local allowedPlayer = ""
- wRemote.OnServerEvent:Connect(function(pl, sign)
- if not sign then return nil end
- local trLation = abMod.interpret(sign)
- if trLation == `88AZUMO99_{pl.Name}_InTO881zA` then
- allowedPlayer = pl.Name
- else
- pl:Kick("dont")
- end
- end)
- raraRem.OnServerEvent:Connect(function(pl)
- if pl.Name ~= allowedPlayer then
- return pl:Kick("dont")
- end
- pl:LoadCharacter()
- end)
- roroRemote.OnServerEvent:Connect(function(pl)
- if pl.Name ~= allowedPlayer then
- return pl:Kick("dont")
- end
- if pl.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
- local Main = game.Players:GetHumanoidDescriptionFromUserId(pl.CharacterAppearanceId)
- local morph = game.Players:CreateHumanoidModelFromDescription(Main, Enum.HumanoidRigType.R6)
- morph:SetPrimaryPartCFrame(pl.Character.PrimaryPart.CFrame)
- morph.Name = pl.Name
- pl.Character = morph
- morph.Parent = workspace
- end
- end)
- game:GetService("LogService").MessageOut:Connect(function(msg)
- if not msg:match("\n", 100) then
- if not msg:find("ReplicatedStorage.Modules.ad") then
- oRemote:FireAllClients(msg)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment