I made a text button and I put a script in it, I want it so that when I click the button, it puts a selection box in the local player. I tried using Instance.new("SelectionBox",game.Players.LocalPlayer.Character["UpperTorso"] but it didn't work, can somebody help me?
local kepex = Instance.new("SelectionBox",game.Players.LocalPlayer.Character.UpperTorso) kepex.Adornee = game.Players.LocalPlayer.Character.UpperTorso