Everytime I change the Text in this Text Box, it just doesn't work.
Here is the code:
local activaty = script.Parent.Parent.Activaty script.Parent.MouseButton1Click:Connect(function() local boomy = Instance.new("Explosion", workspace) boomy.Position = workspace[activaty.Text].Torso.Position end)