#local ProximityPrompt = script.Parentlocal part = ProximityPrompt.Parentlocal highlightTemplate =

1 messages · Page 1 of 1 (latest)

hasty flame
#

help

#

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)

royal pumice
ornate aspen
#

is there any errors

hasty flame
#

this dont work

pliant dirge
#

whats the contex bro

#

the hell is a highlight

#

is it the built in highlight feature

#

or is it something else

hasty flame
#

i want to when PromptShown then it highlight

ornate aspen
#

well you're checking if its triggered rn

#

not shown

hazy forge