dubleeyrblxx

TV -- Roblox

Aug 15th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. -- TV script
  2. -- Put in part that is TV screen
  3. -- Put a Decal In TV screen
  4.  
  5. while true do -- begins the loop
  6.     script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000" -- Replace the 0s with the decal Id
  7.     wait(0.1) -- replace the numbers with how long
  8.     script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
  9.     wait(0.1)
  10.     script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
  11.     wait(0.1)
  12.     script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
  13.     wait(0.1)
  14. end -- what it makes all the decals repeat
  15.  
Add Comment
Please, Sign In to add comment