1 messages · Page 1 of 1 (latest)
how do i make a part that when you touch it ui pops up on screen
just use a popup ui or sumthin
ui.visible=true
local hrp=hit.parent:findfirstchild("HumanoidRootPart") if hrp then ui.visble=true```