local TPService = game:GetService("TeleportService")
local Loading = game.ReplicatedStorage.Loading:Clone()
Loading.Parent = Player.PlayerGui
local ColorR = CurrentHairThing.Color.R*255
local ColorG = CurrentHairThing.Color.G*255
local ColorB = CurrentHairThing.Color.B*255
print(ColorR,ColorG,ColorB,CurrentHair)
TPService:Teleport(7107374110,{Player},{CurrentHair,HairColor={ColorR,ColorG,ColorB}})
My error on the teleport part is unable to cast value to object…