#Face paster ID now working

1 messages · Page 1 of 1 (latest)

red mesa
#
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local TextBox = script.Parent.Parent.FaceID


script.Parent.MouseButton1Up:Connect(function()
    print(TextBox)
    character:FindFirstChild("Head").face.Texture = "rbxassetid://"..TextBox.Text
end)
#

Theres no errors at all, because it just makes their face invisible
the goal is to have it so if you put an decal ID in the textbox
the ID will be put onto your face.
Im not sure how to fix it from just making your face invisible
but its suppose to work for both pasting decals and normal roblox face ID's

stone dust
#

i think for marketplace items you would be better off using InsertService

stone dust
#

you would have to convert them to imageids