@trev_and_chels: They really put a train on a cruise ship 🚂🤯 @Royal Caribbean #RoyalRailway

trevandchels
trevandchels
Open In TikTok:
Region: US
Tuesday 06 August 2024 20:25:18 GMT
111570
3917
49
1243

Music

Download

Comments

frank.ze.tank
frank :
westworld
2024-08-15 16:52:33
0
jwormyfishing
Jaréd :
Love the Vlogs, Royal just keeps making their ships better & better!
2024-08-07 14:46:46
1
mike__hoochie
MikeHoochie :
Only $75 a person? To pretend I’m on a train? While on a ship that I already had to pay to get on? 🤣
2024-08-07 10:56:40
56
jp_1638
JP1638 :
$75 a person after paying for the cruise? Absolutely not hahahahah
2024-08-15 21:00:28
17
my_bestiefriend_ispretty
Claire💗🫶 :
Hope cooper and koda are doing ok ❤️
2024-08-10 03:33:43
11
kb4534
Kyndel :
Where are the dogs are they okay
2024-10-21 04:15:42
1
deeevelyn1984
Danielle :
I’m waiting for more YouTube travel content and wedding videos
2024-09-02 15:57:32
0
treymiller436
Trey Miller :
That’s not bad
2024-08-31 23:30:13
0
caddydude672
caddydude672 :
It’s not $75 anymore it’s $119 now. I wanted to do this so bad but can’t justify the cost now.
2024-08-09 01:56:51
5
ryan.gree26989
ryan.greenlee :
I’m sitting here thinking, why does this sound like tmar and then I realized it’s him 😂
2024-08-07 03:35:07
9
j_mag13
⠀jmag13 :
will this be on the travel channel ?
2024-08-06 20:42:13
0
thetwinvlogs
Emm 🤍🦉 :
stay safe with the storm ❤️
2024-10-10 05:05:45
1
mikalaoosterhof
mikala oosterhof :
Would love to one day. Glad you and Chelsea had a great time.
2024-08-28 14:12:31
0
kenz4.2.0
ℳ :
Where’s cooper and koda? Sorry idk how to spell but I miss them what happened?
2024-11-08 23:06:31
1
mads_follows_god
Mads🥎✝️ :
what happen to coop and koda😳🥺 where hav ether gone🥺
2024-08-13 02:45:07
3
rdr2_mangooo
ꩇׁׅ݊ɑׁׅ֮ꪀׁׅᧁׁᨵׁׅ!! 🥭 :
ITS GIVING RDR2 VIBESSS!! Would love to see you play that again Trev!
2025-01-24 22:26:27
1
gottalovetravels
gotta love travels :
Looks great
2024-09-20 08:14:35
0
lisb_9_blueheart1
lisB99 :
Belated congrats on your wedding and I'm so sorry about your mom:(💔. Enjoy your time together. ❤️❤️
2024-09-02 19:27:49
0
bradynhughston
Bradyn :
Watched the video with the train dining and all the videos they were amazing
2024-08-06 21:00:54
1
jlo_marauder
JLo_Marauder :
No it’s not. It’s $120p/p
2024-08-16 03:11:47
0
jeremyturner263
jeremyturner263 :
I would life to do that with my wife!
2024-11-12 19:42:01
0
willwham
willwham :
Imagine paying 75 to pretend a screen is a window
2024-08-17 02:45:00
0
user65966158171366
ant :
me and my wife love all of your stuff you post on youtube, we live in tampa
2024-08-23 00:18:24
0
elenacoyle
Elena Coyle :
Is Super Cooper Sunday coming back? Thanks.
2024-08-20 16:57:46
0
paytonl97
Payton :
Floating trains before GTA6
2024-08-16 13:12:55
0
To see more videos from user @trev_and_chels, please go to the Tikwm homepage.

Other Videos

#cyberleek #gta6 #cyberleak #fyp #viral  Code game  . # ============================================================ #                 PROJECT: BANANA APOCALYPSE 9000 # ============================================================ # A totally serious video game engine. # Nothing makes sense. # Everything is intentional. # Probably. # ============================================================ import random import time import math GAME_NAME = 999: print("WARNING: TOASTER HAS BECOME "Where does WiFi go when you self.gravity *= -1 print(f"{self.name} jumped sideways into another dimension.") def eat(self, item): if item == "chair": self.health -= 73 print("You ate a chair. Your dentist is disappointed.") elif item == "banana": self.health += 4 print("The banana was emotionally supportive.") else: print("You ate something that doesn't exist.") def buy(self, item, price): if self.money >= price: self.money -= price self.inventory.append(item) print(f"You purchased {item}.") else: print("You are too poor to buy this imaginary object.") def dance(self): self.speed += random.randint(-10, 50) print("PLAYER IS DANCING.") print("Physics has resigned.") class NPC: def __init__(self, name): self.name = name self.dialogue = random.choice([ "Hello.", "Do you have 7 potatoes?", "I have seen the moon.", "Your shoelaces are suspicious.", "There is a chicken behind you.", "Never trust a blue refrigerator." ]) def talk(self): print(f"{self.name}: {self.dialogue}") class Chicken: def __init__(self): self.speed = random.randint(1, 1000) self.direction = random.choice( ["north", "south", "banana", "up", "backwards"] ) def run(self): print( f"The chicken runs {self.direction} " f"at {self.speed} km/h." ) class World: def __init__(self): self.width = WORLD_SIZE self.height = WORLD_SIZE self.weather = "probably raining" self.gravity = 9.81 self.sun_position = [500, 500] self.bananas = [] self.npcs = [] self.chickens = [] def generate(self): print("Generating world...") time.sleep(0.2) for i in range(50): self.bananas.append( Banana( color=random.choice( ["yellow", "blue", "transparent", "illegal"] ), intelligence=random.randint(0, 100) ) ) for i in range(20): self.npcs.append( NPC(f"RandomGuy_{random.randint(1000,9999)}") ) for i in range(70): self.chickens.append(Chicken()) print("World generated successfully.") print("Reason: unknown.") def change_weather(self): self.weather = random.choice([ "rain", "snow", "meatballs", "bananas", "WiFi", "nothing", "Tuesday" ]) " width="135" height="240">
#cyberleek #gta6 #cyberleak #fyp #viral Code game . # ============================================================ # PROJECT: BANANA APOCALYPSE 9000 # ============================================================ # A totally serious video game engine. # Nothing makes sense. # Everything is intentional. # Probably. # ============================================================ import random import time import math GAME_NAME = "BANANA APOCALYPSE 9000: RETURN OF THE TOASTER" VERSION = "7.42.π" PLAYER_NAME = "Gregory" WORLD_SIZE = 999999 class Banana: def __init__(self, color="yellow", intelligence=0): self.color = color self.intelligence = intelligence self.is_legal = random.choice([True, False]) self.velocity = random.randint(-500, 500) def scream(self): sounds = [ "AAAAAAAAAAAAAA", "banana.exe has stopped working", "WHY AM I A BANANA?", "🍌", "please insert potato" ] return random.choice(sounds) def calculate_taxes(self): return math.sqrt(-1) if self.temperature > 999: print("WARNING: TOASTER HAS BECOME "Where does WiFi go when you self.gravity *= -1 print(f"{self.name} jumped sideways into another dimension.") def eat(self, item): if item == "chair": self.health -= 73 print("You ate a chair. Your dentist is disappointed.") elif item == "banana": self.health += 4 print("The banana was emotionally supportive.") else: print("You ate something that doesn't exist.") def buy(self, item, price): if self.money >= price: self.money -= price self.inventory.append(item) print(f"You purchased {item}.") else: print("You are too poor to buy this imaginary object.") def dance(self): self.speed += random.randint(-10, 50) print("PLAYER IS DANCING.") print("Physics has resigned.") class NPC: def __init__(self, name): self.name = name self.dialogue = random.choice([ "Hello.", "Do you have 7 potatoes?", "I have seen the moon.", "Your shoelaces are suspicious.", "There is a chicken behind you.", "Never trust a blue refrigerator." ]) def talk(self): print(f"{self.name}: {self.dialogue}") class Chicken: def __init__(self): self.speed = random.randint(1, 1000) self.direction = random.choice( ["north", "south", "banana", "up", "backwards"] ) def run(self): print( f"The chicken runs {self.direction} " f"at {self.speed} km/h." ) class World: def __init__(self): self.width = WORLD_SIZE self.height = WORLD_SIZE self.weather = "probably raining" self.gravity = 9.81 self.sun_position = [500, 500] self.bananas = [] self.npcs = [] self.chickens = [] def generate(self): print("Generating world...") time.sleep(0.2) for i in range(50): self.bananas.append( Banana( color=random.choice( ["yellow", "blue", "transparent", "illegal"] ), intelligence=random.randint(0, 100) ) ) for i in range(20): self.npcs.append( NPC(f"RandomGuy_{random.randint(1000,9999)}") ) for i in range(70): self.chickens.append(Chicken()) print("World generated successfully.") print("Reason: unknown.") def change_weather(self): self.weather = random.choice([ "rain", "snow", "meatballs", "bananas", "WiFi", "nothing", "Tuesday" ])

About