#local ProximityPrompt = script.Parentlocal part = ProximityPrompt.Parentlocal highlightTemplate =
1 messages · Page 1 of 1 (latest)
local ProximityPrompt = script.Parent
local part = ProximityPrompt.Parent
local highlightTemplate = game.ReplicatedStorage:WaitForChild("Highlight")
ProximityPrompt.Triggered:Connect(function()
local highlight = highlightTemplate:Clone()
highlight.Parent = part
print("nic")
end)
Help with what?
this
is there any errors
this dont work
whats the contex bro
the hell is a highlight
is it the built in highlight feature
or is it something else
i want to when PromptShown then it highlight
ProximityPrompt.Trigged fires when the Prompt is actually activated, not when it shows