Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Accessory") then
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = v.Handle,
- [2] = "Transparency",
- [3] = 1
- }
- Remote:InvokeServer(unpack(Arguments))
- end
- end
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Head.Mesh,
- [2] = "MeshType",
- [3] = "FileMesh"
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Head.Mesh,
- [2] = "MeshId",
- [3] = "rbxassetid://430073345"
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Shirt,
- [2] = "ShirtTemplate",
- [3] = "rbxassetid://357134154"
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Pants,
- [2] = "PantsTemplate",
- [3] = "rbxassetid://511439784"
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Head.Mesh,
- [2] = "TextureId",
- [3] = "rbxassetid://430073362"
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Head.Mesh,
- [2] = "Offset",
- [3] = Vector3.new(0,0.25,0)
- }
- Remote:InvokeServer(unpack(Arguments))
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = game.Players.LocalPlayer.Character.Head.Mesh,
- [2] = "Scale",
- [3] = Vector3.new(1,1,1)
- }
- Remote:InvokeServer(unpack(Arguments))
- for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- local Remote = game.ReplicatedStorage.ClientBridge['RequestPropertyChange']
- local Arguments = {
- [1] = v,
- [2] = "Transparency",
- [3] = 0
- }
- Remote:InvokeServer(unpack(Arguments))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement