i have this script for a proximity prompt but for some reason it doesnt work. It doesnt give any errors and it doesnt print anything in output either.
`` -- Services
local players = game:GetService("Players")
local ts = game:GetService("TweenService")
-- Variables
local plr = players.LocalPlayer
local plrgui = plr.PlayerGui
local shop = plrgui:WaitForChild("Shop")
local prompt = script.Parent
prompt.Triggered:Connect(function()
print(1)
ts:Create(shop["Main Frame"], TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {GroupTransparency = 0}):Play()
print(2)
end) ``
** You are now Level 4! **