79265657

Date: 2024-12-09 16:03:59
Score: 3
Natty:
Report link

I dont get it too bc for some reason its the same error i tried to make a text pop up from the bottom of the screen but the tween doesnt work, why?

heres my code:

game.Players.PlayerAdded:Connect(function(plr)

local PopUpTweenInfo = TweenInfo.new(2, Enum.EasingStyle.Back)
local PopUpTweenGoal = {
    Position = 0.196,0,0.136,0
}
local PopUpTween = TS:Create(PopUpFrame, PopUpTweenInfo, PopUpTweenGoal)
task.wait(8)
PopUpTween:Play()

end)

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Blacklisted phrase (0.5): why?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Serano