Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I switched some stuff from my face script for the hair script to work but it doesnt?

Asked by
pr3cure -26
4 years ago

So i have a local script in the hair image button : local ReplicatedStorage = game:GetService("ReplicatedStorage") script.Parent.MouseButton1Click:Connect(function() game.ReplicatedStorage.RemoteHairTest1:FireServer("rbxassetid://1265926407") end)

My Server script is : local ReplicatedStorage = game:GetService("ReplicatedStorage") game.ReplicatedStorage.RemoteFaceTest1.OnServerEvent:Connect(function(player, Hairchange) player.Character.Head.Accessory.Hair.Texture = Hairchange end)

I also have a remotehairtest1 (Remote event) in my replicated storage

I need help with it none of them work, i trying to just use a roblox hair before i use a mesh wig.

Can someone plz help???

0
can u put it in the code format? kinda hard to read Clasterboy 72 — 4y
0
Im not sure how to sorry... pr3cure -26 — 4y

Answer this question