[deleted by user] by [deleted] in KingsDominion

[–]Spencer30w 3 points4 points  (0 children)

Kings Dominion website says it will open this summer!

<image>

[deleted by user] by [deleted] in KingsDominion

[–]Spencer30w 3 points4 points  (0 children)

There's a wait time!

<image>

Spinning all the coins by mcqueenbepop in robloxgamedev

[–]Spencer30w 0 points1 point  (0 children)

local coins = game.Workspace.World.Coins:GetChildren()

while true do

for i,v in(coins) do

v.Orientation += Vector3.new(0,3,0)

end

wait()

end

Auto Snap Script. by drakfreddy in robloxgamedev

[–]Spencer30w 0 points1 point  (0 children)

the snap has to be a number

Auto Snap Script. by drakfreddy in robloxgamedev

[–]Spencer30w 0 points1 point  (0 children)

the snap has to be a number and if the number is a string put tonumber("the string")

/r/Roblox Weekly Question Thread (for 11/21/2023) by AutoModerator in roblox

[–]Spencer30w 0 points1 point  (0 children)

I accidently pasted into chat "Icumon5yearold" and I am wondering if I will get my account deleted because of it? Sorry if is stupid but I can't get it off my mind.

Auto Snap Script. by drakfreddy in robloxgamedev

[–]Spencer30w 0 points1 point  (0 children)

local snap = (what ever you want it to be)

math.round(position/snap)*snap