could someone help me make some clippers like these but not like these thank you
“Like these, But not like these” Then what are you trying to obtain…And the DevForum Isn’t a place to get models made for you. You’d have better luck in a Discord server and hiring someone.
1 Like
It appears like the tool detects if someone is clicking on a player and then changes their hair.
im looking for something that could help like that script wise i got the model
and yes thats what im looking for
- Check for Mouse.Button1Down
- Check for Mouse.Target, if target.Parent:FindFirstChild(“Humanoid”) returns true then it’s a character (target.Parent)
- Fire a remote event
- Inside a server script Get all accessories with the type “Hair” and destroy them
- Clone your hair from RS and put it inside of the targeted player
- Done!