Language
English
عربي
Tiếng Việt
русский
français
español
日本語
한글
Deutsch
हिन्दी
简体中文
繁體中文
API
Home
How To Use
Language
English
عربي
Tiếng Việt
русский
français
español
日本語
한글
Deutsch
हिन्दी
简体中文
繁體中文
Home
Detail
@camiugoliniii: @marii #fyp #viral #perte #fy #voliamoneiperte
camispammm_
Open In TikTok:
Region: IT
Tuesday 28 July 2026 17:35:44 GMT
503
58
2
3
Music
Download
No Watermark .mp4 (
4.95MB
)
No Watermark(HD) .mp4 (
2.2MB
)
Watermark .mp4 (
0MB
)
Music .mp3
Comments
_gretacortelazzi_ :
ANCHE IO SEMPRE CON LEI HAHAH
2026-07-28 21:07:56
3
To see more videos from user @camiugoliniii, please go to the Tikwm homepage.
Other Videos
تواضع ابن جدلان 🤍🤍
I'd love to see people implement this in their games --------------------------------- Copy this into a local script in StarterCharacterScripts ---- local RunService = game:GetService("RunService") local Players = game:GetService("Players") local character = script.Parent local humanoidRootPart = character:WaitForChild("HumanoidRootPart") -- Variables to track the platform's state between frames local lastPlatform = nil local lastPlatformCFrame = nil -- Heartbeat runs after physics calculations, perfect for CFrame snapping RunService.Heartbeat:Connect(function(deltaTime) -- 1. Raycast down to find what the player is standing on local rayOrigin = humanoidRootPart.Position local rayDirection = Vector3.new(0, -15, 0) -- Adjust based on your character's HipHeight local raycastParams = RaycastParams.new() raycastParams.FilterDescendantsInstances = {character} raycastParams.FilterType = Enum.RaycastFilterType.Exclude local raycastResult = workspace:Raycast(rayOrigin, rayDirection, raycastParams) if raycastResult and raycastResult.Instance then local currentPlatform = raycastResult.Instance -- 2. Check if the platform is your train (using tags or names) -- We highly recommend using CollectionService to tag moving platforms if currentPlatform:HasTag("MovingPlatform") then if lastPlatform == currentPlatform then -- 3. Calculate the Delta CFrame (How much it moved/rotated) -- C1 * C0^-1 gives you the offset between the two frames local platformDeltaCFrame = currentPlatform.CFrame * lastPlatformCFrame:Inverse() print(currentPlatform.CFrame, lastPlatformCFrame:Inverse(), platformDeltaCFrame) -- 4. Apply that exact same offset to the player humanoidRootPart.CFrame = platformDeltaCFrame * humanoidRootPart.CFrame end -- Update tracking variables for the next frame lastPlatform = currentPlatform lastPlatformCFrame = currentPlatform.CFrame else -- The player is standing on normal ground lastPlatform = nil lastPlatformCFrame = nil end else -- The player is mid-air (jumping) lastPlatform = nil lastPlatformCFrame = nil end end) --------------------------------- #robloxstudio #foryoupage #gaming #gamedev
Some people enter your life and change everything. #chaeunwoo#usa#brazil#chaeunwooastro#eunwoo
#قران#ضع كل شي فضلآ وليس أمراً #سوره النساء#quran_alkarim
About
Robot
API
Legal
Privacy Policy