local Part = game.workspace.TouchPart
local TouchPart = game.Workspace.TouchPart
TouchPart.Touched:Connect(function(touched)
if TouchPart == true then
TouchPart.Color = Color3.fromRGB(118, 255, 55)
end
end)
I am extremely confused with why this event doesn't work and even more confused as to what the parameter in the function is used for??
** You are now Level 5! **