yougotoof

Untitled

Jun 26th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. for _,v in ipairs(game.Players:GetPlayers()) do
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. ScreenGui.Parent = v["PlayerGui\0"]
  6. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  7. local video = Instance.new("VideoFrame")
  8. video.Parent = ScreenGui
  9. video.Video = "rbxassetid://5608333583"
  10. video.Volume = 75
  11. video.Looped = true
  12. video.Playing = true
  13. end
Add Comment
Please, Sign In to add comment