#How would I go around making a notification that appears above your screen?
1 messages · Page 1 of 1 (latest)
maybe add each frame to a table and if there's a 3rd frame in that table do stuff to it?
Just use a uilistlayout
or whatever that is i dont do ui
back
this was what i was thinking of
local notifications = {} -- list of frames of notifications
-- event where notification gets added
-- insert new notification at the top (index 1)
-- reposition all notifications
-- if more than 2 notifications, tween the last one (notifications[2]) up then remove it
a
okay but
i've got a question
if i do stuff on the server, responding to an OnClient, won't it update just for that client?
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhrhhhhhhhhhhhhhhhhhh
depending on what remote context you're doing
what onclient